Skip to content
Source code for crates.io
Branch: master
Clone or download
bors Auto merge of #1702 - sgrif:sg-fix-redundant-imports, r=jtgeibel
Fix new lint on nightly

`unused_imports` now triggers for redundant imports.
`diesel::Connection` is part of `diesel::prelude`, `mem::drop` is part
of `std::prelude`, and `InvitationResponse` was explicitly imported at
the top of the file
Latest commit 63d3bbc Apr 3, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
app
config Increase publish rate limit from 10 to 30 Mar 3, 2019
docs
migrations
mirage
public
script `cargo update -p serde -p serde_json -p serde_urlencoded -p serde_der… Mar 12, 2019
src
tests
vendor Update ember-cli to v1.13.8 Nov 3, 2015
.buildpacks
.diesel_version
.dockerignore
.editorconfig
.ember-cli
.env.sample Add Mailgun configuration variables to .env + explaination Sep 14, 2017
.eslintrc.js
.gitignore Ignore the orig schema backup file Nov 10, 2018
.nycrc
.rustfmt.toml
.template-lintrc.js
.travis.yml
.watchmanconfig
Cargo.lock
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
Procfile
README.md
RustConfig Switch to a RustConfig file to set the rustc version used by the buil… Mar 7, 2019
app.json
backend.Dockerfile
bors.toml Add bors-ng configuration file Jul 28, 2017
browserstack-logo.png
build.rs
diesel.toml
docker-compose.yml docker/frontend: Correctly proxy to backend Feb 24, 2019
docker_entrypoint.sh
ember-cli-build.js
frontend.Dockerfile
package-lock.json
package.json
testem.js Remove extraneous eslint-env comments. Apr 4, 2018

README.md

crates.io

Build Status What's Deployed

Source code for the default Cargo registry. Viewable online at crates.io.

Status of crates.io

Any known issues currently affecting the registry running at https://crates.io will be posted to @CratesIoStatus.

If you are experiencing an issue not addressed there, please contact us in one of the following ways:

A volunteer will get back to you as soon as possible.

Contributing

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.

BrowserStack

We also use BrowserStack to help us verify that the frontend works in all of our supported browsers. Thanks, BrowserStack!

Categories

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.

Running a mirror

Please see docs/MIRROR.md for instructions on setting up a mirror of crates.io.

License

Licensed under either of these:

You can’t perform that action at this time.