Rust - Cargo whatfeatures

less than 1 minute read

Cargo whatfeatures can display features, versions and dependencies of crates

https://libraries.io/cargo/cargo-whatfeatures

Install

1
cargo install cargo-whatfeatures

Examples

1
2
3
4
5
6
7
8
9
10
$ cargo whatfeatures serde
serde = 1.0.114
└─ features
  ├─ default
   └─ std
  ├─ alloc
  ├─ derive
  ├─ rc
  ├─ std (default)
  └─ unstable

Categories:

Updated: