Cargo Features
[dependencies]
acl = { version = "0.0.1", default-features = false, features = ["uudoc", "feat_common_core"] }
- default = feat_common_core
-
The
feat_common_core
feature is set by default wheneveracl
is added without
somewhere in the dependency tree.default-features = false - uudoc
-
Required by the uudoc binary
- feat_common_core default = chacl, getfacl, setfacl
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.
- chacl feat_common_core
-
Enables uu_chacl
- getfacl feat_common_core
-
Enables uu_getfacl
- setfacl feat_common_core
-
Enables uu_setfacl