Useful stuff around the Rust programming language
cargo edit This tool extends Cargo to allow you to add, remove, and upgrade dependencies by modifying your Cargo.toml file from the command line.
cross Zero setup cross compilation and cross testing
cargo-whatfeatures display features, versions and dependencies of crates
clap Command Line Argument Parser for Rust