Source code for the default Cargo registry. Viewable online at crates.io.
Any known issues currently affecting the registry running at https://crates.io will be posted to @RustStatus.
If you are experiencing an issue not addressed there, please contact us in one of the following ways:
- File a new issue
- Email help@crates.io
- Chat on irc.mozilla.org in the #rust-infra channel
A volunteer will get back to you as soon as possible.
Welcome! We love contributions! Crates.io is an Ember frontend with a Rust backend, and there are many tasks appropriate for a variety of skill levels.
Please see docs/CONTRIBUTING.md for ideas about what to work on and how to set up a development environment.
We also use BrowserStack to help us verify that the frontend works in all of our supported browsers. Thanks, BrowserStack!
Adding or editing the categories and corresponding descriptions displayed on crates.io/categories does not require a full development environment set up.
The list of categories available on crates.io is stored in
src/boot/categories.toml
.
To propose adding, removing, or changing a category, send a pull request making
the appropriate change to that file as noted in the comment at the top of the
file. Please add a description that will help others to know what crates are in
that category.
For new categories, it's helpful to note in your PR description examples of crates that would fit in that category, and describe what distinguishes the new category from existing categories.
After your PR is accepted, the next time that crates.io is deployed the categories will be synced from this file.
Please see docs/MIRROR.md for instructions on setting up a mirror of crates.io.
Licensed under either of these:
- Apache License, Version 2.0, (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)