Install a Rust binary Usage: cargo[EXE] install [OPTIONS] [CRATE[@]]... Arguments: [CRATE[@]]... Select the package from the given source Options: --version Specify a version to install --index Registry index to install from --registry Registry to use --git Git URL to install the specified crate from --branch Branch to use when installing from git --tag Tag to use when installing from git --rev Specific commit to use when installing from git --path Filesystem path to local crate to install from --root Directory to install packages into -f, --force Force overwriting existing crates or binaries --no-track Do not save tracking information --list list all installed packages and their versions --ignore-rust-version Ignore `rust-version` specification in packages --message-format Error format --debug Build in debug mode (with the 'dev' profile) instead of release mode -v, --verbose... Use verbose output (-vv very verbose/build.rs output) -q, --quiet Do not print cargo log messages --color Coloring: auto, always, never --config Override a configuration value -Z Unstable (nightly-only) flags to Cargo, see 'cargo -Z help' for details -h, --help Print help Target Selection: --bin [] Install only the specified binary --bins Install all binaries --example [] Install only the specified example --examples Install all examples Feature Selection: -F, --features Space or comma separated list of features to activate --all-features Activate all available features --no-default-features Do not activate the `default` feature Compilation Options: -j, --jobs Number of parallel jobs, defaults to # of CPUs. --keep-going Do not abort the build as soon as there is an error --profile Install artifacts with the specified profile --target [] Build for the target triple --target-dir Directory for all generated artifacts --timings[=] Timing output formats (unstable) (comma separated): html, json Manifest Options: --frozen Require Cargo.lock and cache are up to date --locked Require Cargo.lock is up to date --offline Run without accessing the network Run `cargo help install` for more detailed information.