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