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

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.

uzers client