Cargo
- cargo-add(1) Add dependencies to a Cargomanifest file
- cargo-bench(1) Execute benchmarks of a package
- cargo-build(1) Compile the current package
- cargo-check(1) Check the current package
- cargo-clean(1) Remove generated artifacts
- cargo-doc(1) Build a packages documentation
- cargo-fetch(1) Fetch dependencies of a package from the network
- cargo-fix(1) Automatically fix lint warnings reported by rustc
- cargo-generate-lockfile(1) Generate the lockfile for a package
- cargo-help(1) Get help for a Cargo command
- cargo-init(1) Create a new Cargo package in an existing directory
- cargo-install(1) Build and install a Rust binary
- cargo-locate-project(1) Print a JSON representation of a Cargofiles location
- cargo-login(1) Log in to a registry
- cargo-metadata(1) Machine-readable metadata about the current package
- cargo-new(1) Create a new Cargo package
- cargo-owner(1) Manage the owners of a crate on the registry
- cargo-package(1) Assemble the local package into a distributable tarball
- cargo-pkgid(1) Print a fully qualified package specification
- cargo-publish(1) Upload a package to the registry
- cargo-report(1) Generate and display various kinds of reports
- cargo-run(1) Run the current package
- cargo-rustc(1) Compile the current package, and pass extra options to the compiler
- cargo-rustdoc(1) Build a packages documentation, using specified custom flags
- cargo-search(1) Search packages in the registry. Default registry is crates
- cargo-test(1) Execute unit and integration tests of a package
- cargo-tree(1) Display a tree visualization of a dependency graph
- cargo-uninstall(1) Remove a Rust binary
- cargo-update(1) Update dependencies as recorded in the local lock file
- cargo-vendor(1) Vendor all dependencies locally
- cargo-verify-project(1) Check correctness of crate manifest
- cargo-version(1) Show version information
- cargo-yank(1) Remove a pushed crate from the index
- cargo(1) The Rust package manager