frewsxcv / rust-crates-index

Rust library for retrieving and interacting with the crates.io index
https://docs.rs/crates-index/
Apache License 2.0
72 stars 37 forks source link

Allow parsing config.json data from an index #55

Closed illicitonion closed 3 years ago

illicitonion commented 3 years ago

This is described in https://doc.rust-lang.org/cargo/reference/registries.html#index-format and allows parsing out download URLs for crates in the index.

kornelski commented 3 years ago

Nice! Thank you