cargo-cache

Display and manage Rust's cargo package cache with pruning options

brewmacoslinux
Try with needOr install directly
Source

About

Display information on the cargo cache, plus optional cache pruning

Commands

cargo-cache

Examples

Display detailed information about the cargo cache$ cargo-cache
Remove all unneeded files from the cargo cache$ cargo-cache --autoclean
Show human-readable cache size and remove old git dependencies$ cargo-cache -a -h