uv/crates/uv-pypi-types/src
Charlie Marsh 46967723bb
Move lowered requirement source type out of `uv-pypi-types` (#12356)
## Summary

This crate is for standards-compliant types, but this is explicitly a
type that's custom to uv. It's also strange because we kind of want to
reference `IndexUrl` on the registry type, but that's in a crate that
_depends_ on `uv-pypi-types`, which to me is a sign that this is off.
2025-03-20 21:16:12 -04:00
..
metadata Avoid using owned `String` for package name constructors (#11768) 2025-02-24 23:06:15 -08:00
base_url.rs Use `SmallString` for filenames and URLs (#11765) 2025-02-24 23:06:57 -08:00
conflicts.rs Add support for global `uv python pin` (#12115) 2025-03-13 13:48:37 +01:00
dependency_groups.rs Move `DependencyGroups` to uv-pypi-types so it can be imported there (#12037) 2025-03-07 12:30:47 +01:00
direct_url.rs Add `uv-` prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
identifier.rs Allow overriding module name for uv build backend (#11884) 2025-03-07 15:20:00 +01:00
lenient_requirement.rs Avoid using owned `String` in deserializers (#11764) 2025-02-25 14:28:16 +00:00
lib.rs Move lowered requirement source type out of `uv-pypi-types` (#12356) 2025-03-20 21:16:12 -04:00
marker_environment.rs add support for specifying conflicting extras (#8976) 2024-11-13 09:52:28 -05:00
parsed_url.rs Eagerly reject unsupported Git schemes (#11514) 2025-02-18 02:14:06 +00:00
scheme.rs Add `uv-` prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
simple_json.rs Allow owned string when deserializing `requires-python` (#12278) 2025-03-18 13:27:21 +00:00
supported_environments.rs Allow users to mark platforms as "required" for wheel coverage (#10067) 2025-02-14 15:11:18 -05:00