Section: Features

Enable all features

bash
bash
cargo check --all-features
Explanation

Helpful in CI for validating the full feature matrix.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Features
Define package features
Declare named features in the manifest.
OpenIn sheettomlsame section
Build with selected features
Enable one or more package features.
OpenIn sheetbashsame section
Disable default features
Build or test without defaults.
OpenIn sheetbashsame section
Add a crates.io dependency
Use a semantic version requirement.
OpenIn sheettoml1 tag match
Minimal workspace root
Define workspace members from a root manifest.
OpenIn sheettoml1 tag match
Use a git dependency
Pin a crate directly from a Git repository.
OpenIn sheettoml1 tag match