In Rust 1.85.0, this crate won't be able to find index locations due to rust-lang/cargo#14917. The crate currently expects sparse+https://index.crates.io/ to map to:
~/.cargo/registry/index/index.crates.io-6f17d22bba15001f/config.json
However, after rust-lang/cargo#14917 Cargo will instead use:
~/.cargo/registry/index/index.crates.io-1949cf8c6b5b557f/config.json
Thus, the directories will be misaligned.