mirror of https://github.com/astral-sh/uv
52 lines
1.3 KiB
TOML
52 lines
1.3 KiB
TOML
[package]
|
|
name = "uv-extract"
|
|
version = "0.0.8"
|
|
description = "This is an internal component crate of uv"
|
|
edition = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
homepage = { workspace = true }
|
|
repository = { workspace = true }
|
|
authors = { workspace = true }
|
|
license = { workspace = true }
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
uv-configuration = { workspace = true }
|
|
uv-distribution-filename = { workspace = true }
|
|
uv-pypi-types = { workspace = true }
|
|
uv-static = { workspace = true }
|
|
|
|
astral-tokio-tar = { workspace = true }
|
|
async-compression = { workspace = true, features = ["bzip2", "gzip", "zstd", "xz"] }
|
|
async_zip = { workspace = true }
|
|
blake2 = { workspace = true }
|
|
fs-err = { workspace = true, features = ["tokio"] }
|
|
futures = { workspace = true }
|
|
md-5 = { workspace = true }
|
|
rayon = { workspace = true }
|
|
regex = { workspace = true }
|
|
reqwest = { workspace = true }
|
|
rustc-hash = { workspace = true }
|
|
sha2 = { workspace = true }
|
|
tar = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
tokio = { workspace = true }
|
|
tokio-util = { workspace = true, features = ["compat"] }
|
|
tracing = { workspace = true }
|
|
xz2 = { workspace = true }
|
|
zip = { workspace = true }
|
|
zstd = { workspace = true }
|
|
|
|
[features]
|
|
default = []
|
|
# Avoid a liblzma.so dependency
|
|
static = ["xz2/static"]
|
|
|
|
[package.metadata.cargo-shear]
|
|
ignored = ["xz2"]
|