mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 02:48:17 +00:00

Backport of changes for the published new versions of pep440_rs and pep508_rs to make it easier to keep them in sync.
9 lines
306 B
TOML
9 lines
306 B
TOML
[package]
|
|
name = "uv-normalize"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
description = "Normalization for distribution, package and extra anmes"
|
|
|
|
[dependencies]
|
|
serde = { workspace = true, features = ["derive"], optional = true }
|
|
rkyv = { workspace = true, features = ["strict", "validation"], optional = true }
|