mirror of https://github.com/astral-sh/uv
51 lines
1.4 KiB
TOML
51 lines
1.4 KiB
TOML
[package]
|
|
name = "uv-pypi-types"
|
|
version = "0.0.3"
|
|
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-cache-key = { workspace = true }
|
|
uv-distribution-filename = { workspace = true }
|
|
uv-git-types = { workspace = true }
|
|
uv-normalize = { workspace = true }
|
|
uv-pep440 = { workspace = true }
|
|
uv-pep508 = { workspace = true, features = ["rkyv"] }
|
|
uv-redacted = { workspace = true }
|
|
uv-small-str = { workspace = true }
|
|
|
|
hashbrown = { workspace = true }
|
|
indexmap = { workspace = true, features = ["serde"] }
|
|
itertools = { workspace = true }
|
|
jiff = { workspace = true, features = ["serde"] }
|
|
mailparse = { workspace = true }
|
|
petgraph = { workspace = true }
|
|
regex = { workspace = true }
|
|
rkyv = { workspace = true }
|
|
rustc-hash = { workspace = true }
|
|
schemars = { workspace = true, optional = true }
|
|
serde = { workspace = true }
|
|
serde-untagged = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
toml_edit = { workspace = true }
|
|
tracing = { workspace = true }
|
|
url = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
anyhow = { workspace = true }
|
|
insta = { workspace = true }
|
|
|
|
[features]
|
|
schemars = ["dep:schemars", "uv-normalize/schemars"]
|