astral-sh/uv
uv-options-metadata
crates/uv-options-metadata/ is the JSON-schema and reference-doc generator for uv's
configuration surface.
Purpose
Options (defined in uv-settings) is annotated with the
uv-macros derive. This crate consumes those annotations to:
- Emit
uv.schema.json, picked up by IDEs that integrate with Schema Store. - Generate the configuration reference page in the user docs.
- Drive
cargo dev generate-options-reference.
See also
Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.