[package] name = "pam-client2" version = "0.5.2" authors = ["Christoph Grenz ", "Eddie Billoir "] edition = "2018" description = "Application API wrapper to Pluggable Authentication Modules (PAM) (forked and fixed version of pam-client)" readme = "README.md" repository = "https://gitlab.com/LeChatP/rust-pam-client/" license = "MPL-2.0" keywords = ["PAM", "libpam", "authentication"] categories = ["authentication", "api-bindings", "os::unix-apis"] [features] default = ["cli"] cli = ["rpassword"] [dependencies] bitflags = { version="2.4.2", features = ["serde"] } libc = "0.2" pam-sys = "1.0.0-alpha5" rustversion = "1.0" rpassword = { version="7.3.1", optional=true } serde = { version="1.0", optional=true, features=["derive"] }