Description
Crate features, versions, and dependencies can be inspected from the Cargo command line. It is useful for Rust developers deciding which feature flags to enable or why dependencies are present.
This is metadata inspection tooling. Confirm findings against the project's Cargo.toml and lockfile before changing feature flags in shared code.