mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-01 20:31:12 +00:00
Get cargo shear passing (#3533)
## Summary Remove a few unused deps, and ignore `flate2` (which we include for feature control).
This commit is contained in:
parent
84602c467b
commit
e0da977fc9
6 changed files with 15 additions and 16 deletions
|
|
@ -30,22 +30,21 @@ harness = false
|
|||
[dependencies]
|
||||
distribution-filename = { workspace = true }
|
||||
distribution-types = { workspace = true }
|
||||
criterion = { version = "0.5.1", default-features = false, features = ["async_tokio"] }
|
||||
tokio = { workspace = true }
|
||||
codspeed-criterion-compat = { version = "2.6.0", default-features = false, optional = true }
|
||||
tempfile = { workspace = true }
|
||||
fs-err = { workspace = true }
|
||||
uv-resolver = { workspace = true }
|
||||
pep508_rs = { workspace = true }
|
||||
platform-tags = { workspace = true }
|
||||
uv-cache = { workspace = true }
|
||||
uv-client = { workspace = true }
|
||||
uv-configuration = { workspace = true }
|
||||
uv-distribution = { workspace = true }
|
||||
uv-types = { workspace = true }
|
||||
uv-interpreter = { workspace = true }
|
||||
platform-tags = { workspace = true }
|
||||
pep508_rs = { workspace = true }
|
||||
uv-resolver = { workspace = true }
|
||||
uv-types = { workspace = true }
|
||||
|
||||
anyhow = { workspace = true }
|
||||
codspeed-criterion-compat = { version = "2.6.0", default-features = false, optional = true }
|
||||
criterion = { version = "0.5.1", default-features = false, features = ["async_tokio"] }
|
||||
once_cell = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
|
||||
[features]
|
||||
codspeed = ["codspeed-criterion-compat"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue