Cargo Features

[dependencies]
pam-client = { version = "0.5.0", default-features = false, features = ["cli", "serde"] }
default = cli

The cli feature is set by default whenever pam-client is added without default-features = false somewhere in the dependency tree.

cli default = rpassword

Affects pam-client::conv_cli

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.

rpassword cli

Enables rpassword ^6.0

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework