Show features involved in dependency resolution.
Section: Dependency and feature inspection
Inspect activated features
bash
bash
cargo tree -e featuresExplanation
Helps explain why optional code paths are compiling or why a dependency appears heavier than expected.
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 Dependency and feature inspection
Find duplicate crate versions
List repeated dependencies that may bloat builds.
Refresh the lockfile
Update dependencies allowed by version requirements.
Pin one dependency precisely
Update a selected crate to one specific version.