Cargo Features
[dependencies]
pwd-grp = { version = "1.0.0", default-features = false, features = ["full", "minimal-1", "test-with-lmock"] }
- default full? = minimal-1
-
The
minimal-1
feature is set by default wheneverpwd-grp
is added without
somewhere in the dependency tree.default-features = false - full = default, serde
- minimal-1 default
- test-with-lmock
-
Internal use. (Has no effect without #[cfg(test)] so is in fact additive.
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.