Section: Publish to crates.io

Manage crate owners

bash
bash
cargo owner --add github:org:team mycrate
Explanation

Useful for shared maintenance of published crates.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Publish to crates.io
Save a crates.io API token
Authenticate Cargo for publishing.
OpenIn sheetbashsame section
Search crates.io from the CLI
Find crate names and summaries.
OpenIn sheetbashsame section
Yank a published version
Prevent new dependency resolution to a release.
OpenIn sheetbashsame section
Publish the crate
Upload the local package to the configured registry.
OpenIn sheetbashsame section
Install a binary from crates.io
Install a published executable crate.
OpenIn sheetbash2 tag match
Create a package tarball
Build the package as it would be published.
OpenIn sheetbash1 tag match