cargo yank  <crate>
Remove a pushed crate from the index
Arguments
Options
| Name | Description | 
|---|
| --vers  <vers> | The version to yank or un-yank | 
| --index  <index> | Registry index to yank from | 
| --token  <token> | API token to use when authenticating | 
| --registry  <registry> | Registry to use | 
| --color  <color> | Coloring: auto, always, never | 
| --config  <config> |  | 
| -Z  <unstable-features> |  | 
| -q, --quiet | Do not print cargo log messages | 
| --undo | Undo a yank, putting a version back into the index | 
| -h, --help | Print help information | 
| -v, --verbose |  | 
| --frozen | Require Cargo.lock and cache are up to date | 
| --locked | Require Cargo.lock is up to date | 
| --offline | Run without accessing the network |