[package]
edition = "2024"
rust-version = "1.91"
name = "uv-test"
version = "0.0.22"
authors = ["uv"]
build = false
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]
git = []
tracing-durations-export = []
[lib]
name = "uv_test"
path = "src/lib.rs"
doctest = false
[dependencies.anyhow]
version = "1.0.89"
[dependencies.assert_cmd]
version = "2.0.16"
[dependencies.assert_fs]
version = "1.1.2"
[dependencies.base64]
version = "0.22.1"
[dependencies.fs-err]
version = "3.2.2"
features = [
"tokio",
"tokio",
]
[dependencies.futures]
version = "0.3.30"
[dependencies.ignore]
version = "0.4.23"
[dependencies.indoc]
version = "2.0.5"
[dependencies.insta]
version = "1.40.0"
features = [
"json",
"filters",
"redactions",
"filters",
]
[dependencies.itertools]
version = "0.14.0"
[dependencies.predicates]
version = "3.1.2"
[dependencies.regex]
version = "1.10.6"
[dependencies.reqwest]
version = "0.12.22"
features = [
"json",
"gzip",
"deflate",
"zstd",
"stream",
"system-proxy",
"rustls-tls",
"rustls-tls-native-roots",
"socks",
"multipart",
"http2",
"blocking",
]
default-features = false
[dependencies.similar]
version = "2.6.0"
[dependencies.tempfile]
version = "3.14.0"
[dependencies.tokio]
version = "1.40.0"
features = [
"fs",
"io-util",
"macros",
"process",
"rt",
"signal",
"sync",
"time",
]
[dependencies.uv-cache]
version = "0.0.22"
features = ["clap"]
[dependencies.uv-client]
version = "0.0.22"
[dependencies.uv-configuration]
version = "0.0.22"
[dependencies.uv-fs]
version = "0.0.22"
features = [
"serde",
"tokio",
]
[dependencies.uv-preview]
version = "0.0.22"
[dependencies.uv-python]
version = "0.0.22"
[dependencies.uv-static]
version = "0.0.22"
[dependencies.uv-version]
version = "0.10.2"
[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"