18 Third party registries
Jaap Elst edited this page 2024-02-18 20:12:22 +01:00

The following is a list of commercial and community-developed registries and tools for supporting registries. Please add your own if it's intended and ready for general use.

Commercial Registries

Open-source Registries

  • Crates Registry - A tool for serving and publishing crates and serving rustup installation.
  • Alexandrie
  • Panamax - Mirror rustup and crates.io repositories, for offline Rust and cargo usage.
  • Estuary
  • Kellnr - Private registry, host documentation, proxy crates.io
  • Ktra
  • Meuse
  • Gitea - A git hosting system which includes a Cargo registry.
  • w4/gitlab-cargo-shim host a Cargo registry using the GitLab package repository

Other tools and libraries

  • cargo index - A demonstration CLI and API, not intended for production use.
  • cargo-http-registry - A cargo registry allowing for quick publishing (and downloading) of crates locally.
  • registry_api - Server-side Cargo registry API library.