Cargo Features

uv-pep440 has no features set by default.

[dependencies]
uv-pep440 = { version = "0.0.40", features = ["serde", "rkyv", "tracing", "version-ranges"] }
serde

Match the API of the published crate, for compatibility.

Features from optional dependencies

rkyv implicit feature

Enables rkyv

rkyv:

Zero-copy deserialization framework for Rust

tracing implicit feature

Enables tracing

tracing:

Application-level tracing for Rust

version-ranges implicit feature

Enables astral-version-ranges

Adds conversions from VersionSpecifiers to version_ranges::Ranges