2023-11-01 16:41:45 -07:00
|
|
|
[package]
|
2024-02-15 11:19:46 -06:00
|
|
|
name = "uv-cache"
|
2026-01-13 16:55:34 -06:00
|
|
|
version = "0.0.14"
|
2025-11-21 13:22:47 -06:00
|
|
|
description = "This is an internal component crate of uv"
|
2023-11-01 16:41:45 -07:00
|
|
|
edition = { workspace = true }
|
|
|
|
|
rust-version = { workspace = true }
|
|
|
|
|
homepage = { workspace = true }
|
|
|
|
|
repository = { workspace = true }
|
|
|
|
|
authors = { workspace = true }
|
|
|
|
|
license = { workspace = true }
|
|
|
|
|
|
2024-10-11 16:41:35 +02:00
|
|
|
[lib]
|
|
|
|
|
doctest = false
|
|
|
|
|
|
2023-11-22 15:10:27 +00:00
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
2023-11-01 16:41:45 -07:00
|
|
|
[dependencies]
|
2024-09-09 16:19:15 -04:00
|
|
|
uv-cache-info = { workspace = true }
|
2024-10-01 20:15:32 -04:00
|
|
|
uv-cache-key = { workspace = true }
|
2025-02-07 19:13:19 -05:00
|
|
|
uv-dirs = { workspace = true }
|
2024-10-01 20:15:32 -04:00
|
|
|
uv-distribution-types = { workspace = true }
|
2024-04-12 11:39:47 +02:00
|
|
|
uv-fs = { workspace = true, features = ["tokio"] }
|
2024-03-20 21:16:02 +01:00
|
|
|
uv-normalize = { workspace = true }
|
2024-10-01 20:15:32 -04:00
|
|
|
uv-pypi-types = { workspace = true }
|
2025-05-27 00:05:30 +02:00
|
|
|
uv-redacted = { workspace = true }
|
2024-10-14 21:48:13 +00:00
|
|
|
uv-static = { workspace = true }
|
2023-11-20 17:26:36 +01:00
|
|
|
|
2024-02-26 23:27:25 -05:00
|
|
|
clap = { workspace = true, features = ["derive", "env"], optional = true }
|
2023-12-04 18:02:01 +01:00
|
|
|
fs-err = { workspace = true, features = ["tokio"] }
|
2024-01-24 00:05:14 -05:00
|
|
|
nanoid = { workspace = true }
|
2024-08-19 15:33:21 -04:00
|
|
|
rmp-serde = { workspace = true }
|
2024-03-21 14:07:48 -04:00
|
|
|
rustc-hash = { workspace = true }
|
2025-03-17 14:12:21 -07:00
|
|
|
same-file = { workspace = true }
|
2023-12-06 17:47:01 +01:00
|
|
|
serde = { workspace = true, features = ["derive"] }
|
2023-11-16 21:49:48 +01:00
|
|
|
tempfile = { workspace = true }
|
2025-12-15 14:05:05 +00:00
|
|
|
thiserror = { workspace = true }
|
2024-03-21 14:07:48 -04:00
|
|
|
tracing = { workspace = true }
|
2024-01-31 07:48:28 -08:00
|
|
|
walkdir = { workspace = true }
|