[go: up one dir, main page]

uv-cache 0.0.7

This is an internal component crate of uv
Documentation
[dependencies.clap]
features = ["derive", "env", "string", "wrap_help", "derive", "env"]
optional = true
version = "4.5.17"

[dependencies.fs-err]
features = ["tokio", "tokio"]
version = "3.0.0"

[dependencies.nanoid]
version = "0.4.0"

[dependencies.rmp-serde]
version = "1.3.0"

[dependencies.rustc-hash]
version = "2.0.0"

[dependencies.same-file]
version = "1.0.6"

[dependencies.serde]
features = ["derive", "rc", "derive"]
version = "1.0.210"

[dependencies.tempfile]
version = "3.14.0"

[dependencies.tracing]
version = "0.1.40"

[dependencies.uv-cache-info]
version = "0.0.7"

[dependencies.uv-cache-key]
version = "0.0.7"

[dependencies.uv-dirs]
version = "0.0.7"

[dependencies.uv-distribution-types]
version = "0.0.7"

[dependencies.uv-fs]
features = ["serde", "tokio", "tokio"]
version = "0.0.7"

[dependencies.uv-normalize]
version = "0.0.7"

[dependencies.uv-pypi-types]
version = "0.0.7"

[dependencies.uv-redacted]
version = "0.0.7"

[dependencies.uv-static]
version = "0.0.7"

[dependencies.walkdir]
version = "2.5.0"

[lib]
doctest = false
name = "uv_cache"
path = "src/lib.rs"

[lints.clippy]
char_lit_as_u8 = "allow"
collapsible_else_if = "allow"
collapsible_if = "allow"
dbg_macro = "warn"
empty_drop = "warn"
empty_structs_with_brackets = "warn"
exit = "warn"
get_unwrap = "warn"
if_not_else = "allow"
implicit_hasher = "allow"
large_stack_arrays = "allow"
map_unwrap_or = "allow"
match_same_arms = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
print_stderr = "warn"
print_stdout = "warn"
rc_buffer = "warn"
rc_mutex = "warn"
rest_pat_in_fully_bound_structs = "warn"
similar_names = "allow"
struct_excessive_bools = "allow"
too_many_arguments = "allow"
too_many_lines = "allow"
use_self = "warn"
used_underscore_binding = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -2

[lints.rust]
unreachable_pub = "warn"
unsafe_code = "warn"

[package]
authors = ["uv"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "This is an internal component crate of uv"
edition = "2024"
homepage = "https://pypi.org/project/uv/"
license = "MIT OR Apache-2.0"
name = "uv-cache"
readme = "README.md"
repository = "https://github.com/astral-sh/uv"
resolver = "2"
rust-version = "1.89"
version = "0.0.7"