7 releases

Uses new Rust 2024

0.3.0 Oct 23, 2025
0.2.3 Oct 23, 2025
0.1.1 Oct 21, 2025

#156 in Cargo plugins

Download history 516/week @ 2025-10-19 63/week @ 2025-10-26

78 downloads per month

MIT license

15KB
327 lines

cargo features --help

Manage workspace dependency features

Usage: cargo features [OPTIONS] [COMMAND]

Commands:
  list  List workspace dependency features
  help  Print this message or the help of the given subcommand(s)

Options:
  -p, --package <PACKAGE>        Workspace package name
  -d, --dependency <DEPENDENCY>  Dependency name
  -h, --help                     Print help

cargo features list --help

List workspace dependency features

Usage: cargo features list [OPTIONS]

Options:
  -p, --package <PACKAGE>        Workspace package name
  -d, --dependency <DEPENDENCY>  Dependency name
  -a, --all
  -h, --help                     Print help

Dependencies

~8–22MB
~289K SLoC