[package]
edition = "2024"
rust-version = "1.91"
name = "uv-cli"
version = "0.0.17"
authors = ["uv"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This is an internal component crate of uv"
homepage = "https://pypi.org/project/uv/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/astral-sh/uv"
resolver = "2"
[features]
default = []
self-update = []
[lib]
name = "uv_cli"
path = "src/lib.rs"
doctest = false
[dependencies.anstream]
version = "0.6.15"
[dependencies.anyhow]
version = "1.0.89"
[dependencies.clap]
version = "4.5.17"
features = [
"derive",
"env",
"string",
"wrap_help",
"derive",
"string",
]
[dependencies.clap_complete_command]
version = "0.6.1"
[dependencies.serde]
version = "1.0.210"
features = [
"derive",
"rc",
]
[dependencies.url]
version = "2.5.2"
features = ["serde"]
[dependencies.uv-auth]
version = "0.0.17"
[dependencies.uv-cache]
version = "0.0.17"
features = ["clap"]
[dependencies.uv-configuration]
version = "0.0.17"
features = ["clap"]
[dependencies.uv-distribution-types]
version = "0.0.17"
[dependencies.uv-install-wheel]
version = "0.0.17"
features = ["clap"]
default-features = false
[dependencies.uv-normalize]
version = "0.0.17"
[dependencies.uv-pep508]
version = "0.0.17"
features = ["non-pep508-extensions"]
[dependencies.uv-preview]
version = "0.0.17"
[dependencies.uv-pypi-types]
version = "0.0.17"
[dependencies.uv-python]
version = "0.0.17"
features = [
"clap",
"schemars",
]
[dependencies.uv-redacted]
version = "0.0.17"
[dependencies.uv-resolver]
version = "0.0.17"
features = ["clap"]
[dependencies.uv-settings]
version = "0.0.17"
features = ["schemars"]
[dependencies.uv-static]
version = "0.0.17"
[dependencies.uv-torch]
version = "0.0.17"
features = ["clap"]
[dependencies.uv-version]
version = "0.9.28"
[dependencies.uv-warnings]
version = "0.0.17"
[dependencies.uv-workspace]
version = "0.0.17"
[dev-dependencies.insta]
version = "1.40.0"
features = [
"json",
"filters",
"redactions",
]
[build-dependencies.fs-err]
version = "3.2.2"
features = ["tokio"]
[build-dependencies.uv-static]
version = "0.0.17"
[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"