Is Crates.io Down?

Crates.ioChecking...

Crates.io is the official Rust package registry. Outages affect cargo builds, dependency resolution, and crate publishing for the Rust ecosystem.

Official status: https://crates.io

Frequently Asked Questions

Is Crates.io down right now?

Check the status indicator above. We perform a reachability check against crates.io to detect availability issues.

What should I do when Crates.io is down?

If Crates.io is down: cargo uses a local registry index cache, so previously resolved dependencies may still build. Use cargo vendor to create a local copy of dependencies for resilience.

Does Crates.io downtime affect existing Rust projects?

Projects with a Cargo.lock and cached dependencies can still build. Only new dependency resolution, updates, and publishing are affected by Crates.io outages.