Cargo Features
[dependencies]
pam-f = { version = "0.8.2", default-features = false, features = ["functions", "client", "module"] }
- default = client
-
The
client
feature is set by default wheneverpam-f
is added without
somewhere in the dependency tree.default-features = false - functions
- client default = uzers
-
Affects
pam-f::client
… - module
-
Affects
pam-f::module
…
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.