mirror of https://github.com/astral-sh/uv
33 lines
771 B
TOML
33 lines
771 B
TOML
[package]
|
|
name = "uv-distribution-filename"
|
|
version = "0.0.1"
|
|
edition = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
homepage = { workspace = true }
|
|
documentation = { workspace = true }
|
|
repository = { workspace = true }
|
|
authors = { workspace = true }
|
|
license = { workspace = true }
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
uv-cache-key = { workspace = true }
|
|
uv-normalize = { workspace = true }
|
|
uv-pep440 = { workspace = true }
|
|
uv-platform-tags = { workspace = true }
|
|
uv-small-str = { workspace = true }
|
|
|
|
memchr = { workspace = true }
|
|
rkyv = { workspace = true, features = ["smallvec-1"] }
|
|
serde = { workspace = true }
|
|
smallvec = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
insta = { version = "1.40.0" }
|