cargo-extensions

Crates.iocargo-extensions
lib.rscargo-extensions
version0.3.0
created_at2025-10-21 09:38:26.772294+00
updated_at2025-10-23 03:52:17.139662+00
descriptioncargo extensions
homepage
repository
max_upload_size
id1893583
size37,482
Lisiur Day (lisiur)

documentation

README

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
Commit count: 0

cargo fmt