uv/crates/uv-pypi-types/src
konsti 5d37c7ecc5
Apply first set of Rustfmt edition 2024 changes (#13478)
Rustfmt introduces a lot of formatting changes in the 2024 edition. To
not break everything all at once, we split out the set of formatting
changes compatible with both the 2021 and 2024 edition by first
formatting with the 2024 style, and then again with the currently used
2021 style.

Notable changes are the formatting of derive macro attributes and lines
with overly long strings and adding trailing semicolons after statements
consistently.
2025-05-16 20:19:02 -04:00
..
metadata Apply first set of Rustfmt edition 2024 changes (#13478) 2025-05-16 20:19:02 -04: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 `subdirectory` to Direct URL for local directories (#12971) 2025-04-18 11:57:58 -04:00
identifier.rs Build backend: Add reference docs and schema (#12803) 2025-04-21 12:27:49 +02: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 Apply first set of Rustfmt edition 2024 changes (#13478) 2025-05-16 20:19:02 -04:00
scheme.rs Add `uv-` prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
simple_json.rs Add support for BLAKE2b-256 (#13204) 2025-04-29 18:39:41 -04:00
supported_environments.rs Allow users to mark platforms as "required" for wheel coverage (#10067) 2025-02-14 15:11:18 -05:00