You depend
Crates you depend on
A mirror registry puts crates.io behind the same gate. New upstream versions are held until they pass your policy. Mirror the full catalog or only an allowlist imported from your Cargo.lock.
- Cooldown on fresh releases, expiring on a schedule you set
- RUSTSEC advisories hold versions at the severity levels you choose
- License allowlist, and a hold when an unfamiliar publisher appears upstream
# .cargo/config.toml
[registries.acme-mirror]
index = "sparse+https://haven.rs/r/acme-mirror/index/"
[source.crates-io]
replace-with = "acme-mirror"