uv/crates/pep508-rs/src
Charlie Marsh f266fb711c
Use full requirement when serializing receipt (#5494)
## Summary

The current receipt doesn't capture quite enough information. For
example, it doesn't differentiate between editable and non-editable
requirements. This PR instead uses the full `Requirement` type. I think
we should use a custom representation like we do in the lockfile, but
I'm just using the default representation to demonstrate the idea.
2024-07-31 16:16:39 +00:00
..
marker pep508: some simplification in 'and' and 'or' 2024-07-26 07:28:20 -07:00
cursor.rs Make Requirement generic over url type (#3253) 2024-05-07 16:45:49 +02:00
lib.rs Remove some unused methods (#5512) 2024-07-28 17:20:12 +00:00
origin.rs Use full requirement when serializing receipt (#5494) 2024-07-31 16:16:39 +00:00
unnamed.rs Reorganize pep508 marker module (#5433) 2024-07-25 15:22:46 +00:00
verbatim_url.rs Upgrade to Rust 1.80.0 (#5472) 2024-07-27 01:49:47 +00:00