Manage Rust projects and their module dependencies (crates). Some subcommands such as
buildhave their own usage documentation. More information: https://doc.rust-lang.org/cargo.
cargo search {{search_string}}
cargo install {{crate_name}}
cargo install --list
cargo init --{{bin|lib}} {{path/to/directory}}
Cargo.toml in the current directory:cargo add {{dependency}}
cargo {{[b|build]}} {{[-r|--release]}}
rustup):cargo +nightly {{[b|build]}}
cargo {{[b|build]}} --jobs {{number_of_threads}}