Cargo Features
[dependencies]
cargo-scripter = { version = "0.2.12", default-features = false, features = ["suppress-cargo-output"] }
- default = suppress-cargo-output
-
The
suppress-cargo-output
feature is set by default whenevercargo-scripter
is added without
somewhere in the dependency tree.default-features = false - suppress-cargo-output default = chan
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.