mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-01 20:31:12 +00:00
This is preparatory work for the upload functionality, which needs to read the METADATA file and attach its parsed contents to the POST request: We move finding the `.dist-info` from `install-wheel-rs` and `uv-client` to a new `uv-metadata` crate, so it can be shared with the publish crate. I don't properly know if its the right place since the upload code isn't ready, but i'm PR-ing it now because it already had merge conflicts. |
||
|---|---|---|
| .. | ||
| httpcache | ||
| base_client.rs | ||
| cached_client.rs | ||
| error.rs | ||
| flat_index.rs | ||
| html.rs | ||
| lib.rs | ||
| linehaul.rs | ||
| middleware.rs | ||
| registry_client.rs | ||
| remote_metadata.rs | ||
| rkyvutil.rs | ||
| tls.rs | ||