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