Cool tool for checking enabled and disabled features of a specified crate within a cargo(Rust) project
cargo install fcheck
or
cargo install fcheck --locked
within a cargo project type
fcheck <Name of a crate added to the project>
command:
fcheck serde
Output:
serde:
├── Enabled:
│ ├── default
│ ├── derive
│ ├── serde_derive
│ ├── std
└── Disabled:
├── alloc
├── rc
├── unstable