Cargo Features

[dependencies]
screenruster = { version = "0.2.1", default-features = false, features = ["auth-internal", "auth-pam", "auth-pam-accounts"] }
default = auth-pam

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

auth-internal

Internal authorization support.

Affects error::auth.Internal

auth-pam default auth-pam-accounts? = pam

PAM authorization support.

Affects error::auth.Pam

auth-pam-accounts = auth-pam

Respect PAM account management.

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.

pam auth-pam

Enables pam-sys