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 whenever acl is added without default-features = false somewhere in the dependency tree.

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