2023-10-31 12:30:06 -07:00
|
|
|
[package]
|
2023-11-20 00:40:26 -08:00
|
|
|
name = "distribution-types"
|
2023-11-16 18:34:06 -08:00
|
|
|
version = "0.0.1"
|
2023-10-31 12:30:06 -07:00
|
|
|
edition = { workspace = true }
|
|
|
|
|
rust-version = { workspace = true }
|
|
|
|
|
homepage = { workspace = true }
|
|
|
|
|
documentation = { workspace = true }
|
|
|
|
|
repository = { workspace = true }
|
|
|
|
|
authors = { workspace = true }
|
|
|
|
|
license = { workspace = true }
|
|
|
|
|
|
2023-11-22 15:10:27 +00:00
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
2023-10-31 12:30:06 -07:00
|
|
|
[dependencies]
|
2024-03-20 21:16:02 +01:00
|
|
|
cache-key = { workspace = true }
|
2024-05-03 10:21:03 -04:00
|
|
|
distribution-filename = { workspace = true }
|
2024-03-20 21:16:02 +01:00
|
|
|
pep440_rs = { workspace = true }
|
|
|
|
|
pep508_rs = { workspace = true }
|
|
|
|
|
platform-tags = { workspace = true }
|
2024-04-17 13:24:41 -04:00
|
|
|
pypi-types = { workspace = true }
|
2024-03-20 21:16:02 +01:00
|
|
|
uv-fs = { workspace = true }
|
2024-05-30 15:28:48 -04:00
|
|
|
uv-git = { workspace = true }
|
2024-03-20 21:16:02 +01:00
|
|
|
uv-normalize = { workspace = true }
|
2023-10-31 12:30:06 -07:00
|
|
|
|
|
|
|
|
anyhow = { workspace = true }
|
2023-11-07 06:11:27 -08:00
|
|
|
fs-err = { workspace = true }
|
2024-02-19 19:02:26 -05:00
|
|
|
itertools = { workspace = true }
|
2023-12-25 15:42:28 -05:00
|
|
|
once_cell = { workspace = true }
|
2024-03-22 11:42:48 +01:00
|
|
|
rkyv = { workspace = true }
|
2024-04-17 13:24:41 -04:00
|
|
|
schemars = { workspace = true, optional = true }
|
2023-11-16 19:03:44 +01:00
|
|
|
serde = { workspace = true, features = ["derive"] }
|
2023-11-07 06:11:27 -08:00
|
|
|
serde_json = { workspace = true }
|
2023-11-20 23:08:54 +00:00
|
|
|
thiserror = { workspace = true }
|
2024-02-21 09:06:31 -05:00
|
|
|
tracing = { workspace = true }
|
2023-11-01 06:21:44 -07:00
|
|
|
url = { workspace = true }
|
2024-02-16 19:15:24 -05:00
|
|
|
urlencoding = { workspace = true }
|