mirror of https://github.com/astral-sh/uv
22 lines
450 B
TOML
22 lines
450 B
TOML
[package]
|
|
name = "uv-normalize"
|
|
version = "0.0.1"
|
|
edition = { workspace = true }
|
|
description = "Normalization for distribution, package and extra names."
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
uv-small-str = { workspace = true }
|
|
|
|
rkyv = { workspace = true }
|
|
schemars = { workspace = true, optional = true }
|
|
serde = { workspace = true, features = ["derive"] }
|
|
|
|
[features]
|
|
schemars = ["dep:schemars", "uv-small-str/schemars"]
|