cargo check

Check a local package and all of its dependencies for errors

Options

NameDescription
-p, --package <package...>
  • Repeatable ♾
--exclude <exclude>
  • Repeatable ♾
-j, --jobs <jobs>Number of parallel jobs, defaults to # of CPUs
--bin <bin...>
  • Repeatable ♾
--example <example...>
  • Repeatable ♾
--test <test...>
  • Repeatable ♾
--bench <bench...>
  • Repeatable ♾
--profile <profile>Check artifacts with the specified profile
--features <features...>
  • Repeatable ♾
--target <target>
  • Repeatable ♾
--target-dir <target-dir>Directory for all generated artifacts
--manifest-path <manifest-path>Path to Cargo.toml
--message-format <message-format>
  • Repeatable ♾
--color <color>Coloring: auto, always, never
--config <config>
  • Repeatable ♾
-Z <unstable-features>
  • Repeatable ♾
-q, --quietDo not print cargo log messages
--workspaceCheck all packages in the workspace
--allAlias for --workspace (deprecated)
--libCheck only this package's library
--binsCheck all binaries
--examplesCheck all examples
--testsCheck all tests
--benchesCheck all benches
--all-targetsCheck all targets
-r, --releaseCheck artifacts in release mode, with optimizations
--all-featuresActivate all available features
--no-default-featuresDo not activate the `default` feature
--ignore-rust-versionIgnore `rust-version` specification in packages
--unit-graphOutput build graph in JSON (unstable)
--future-incompat-reportOutputs a future incompatibility report at the end of the build
-h, --helpPrint help information
-v, --verbose
  • Repeatable ♾
--frozenRequire Cargo.lock and cache are up to date
--lockedRequire Cargo.lock is up to date
--offlineRun without accessing the network
--timingsTiming output formats (unstable)