Cargo Features
[dependencies]
cargo-bundle-licenses = { version = "2.0.0", default-features = false, features = ["binary-dependencies"] }
- default = binary-dependencies
-
The
binary-dependencies
feature is set by default whenevercargo-bundle-licenses
is added without
somewhere in the dependency tree.default-features = false - binary-dependencies default = anyhow, env_logger, git-version, structopt
-
Required by the binary
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.