Pre-Flight Checklist
Quick checklist for cargo publish
success:
[registries]
entry in~/.cargo/config.toml
- Crate index git authentication in place (i.e. you can
git clone
the repo) - Auth token created
- Auth token saved or passing explicitly using
--token
- Clean git status in crate directory (or
--allow-dirty
flag if you are barbarian) - No compilation errors preventing the crate from building