72859d8f9b
## Summary If we want more granular control over how these errors are handled, then we need to move them out of the TOML deserialization. No actual behavior changes here. Part of https://github.com/astral-sh/uv/issues/4142.
36 lines
915 B
TOML
36 lines
915 B
TOML
[package]
|
|
name = "pypi-types"
|
|
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 }
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
pep440_rs = { workspace = true }
|
|
pep508_rs = { workspace = true }
|
|
uv-normalize = { workspace = true }
|
|
uv-git = { workspace = true }
|
|
|
|
chrono = { workspace = true, features = ["serde"] }
|
|
indexmap = { workspace = true, features = ["serde"] }
|
|
itertools = { workspace = true }
|
|
mailparse = { workspace = true }
|
|
once_cell = { workspace = true }
|
|
regex = { workspace = true }
|
|
rkyv = { workspace = true }
|
|
serde = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
toml = { workspace = true }
|
|
tracing = { workspace = true }
|
|
url = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
anyhow = { workspace = true }
|