Cargo Features
[dependencies]
procps = { version = "0.0.1", default-features = false, features = ["feat_common_core"] }
- default = feat_common_core
-
The
feat_common_core
feature is set by default wheneverprocps
is added without
somewhere in the dependency tree.default-features = false - feat_common_core default = free, pmap, pwdx, w, watch
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.
- pwdx feat_common_core
-
Enables uu_pwdx
- free feat_common_core
-
Enables uu_free
- w feat_common_core
-
Enables uu_w
- watch feat_common_core
-
Enables uu_watch
- pmap feat_common_core
-
Enables uu_pmap