cargo-cache 0.3.2

Manage cargo cache ($CARGO_HOME or ~/.cargo/), show sizes and remove directories selectively
cargo udeps # check for unused deps
codespell -L mut,crate src tests -i 3 -w
cargo rustdoc --open -- --document-private-items
update dependencies
cargo check
cargo build
cargo build --release
git clean -dffx
cargo test
git clean -dffx
cargo test --release
cargo audit
cargo clippy --all-targets --all-features
cargo fmt --all
make sure changelog is up to date
make sure CI catches up and everything is green
update version
write release notes
cargo publish --dry-run
cargo publish