pam-client2 0.5.5

Application API wrapper to Pluggable Authentication Modules (PAM) (forked and fixed version of pam-client)
Documentation
[package]
name = "pam-client2"
version = "0.5.5"
authors = ["Christoph Grenz <christophg+gitorious@grenz-bonn.de>", "Eddie Billoir <lechatp@outlook.fr>"]
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"]
full_test = []

[dependencies]
bitflags = { version="2.11.0", features = ["serde"] }
libc = "0.2"
pam-sys2 = "1.0"
rustversion = "1.0"
rpassword = { version="7.4.0", optional=true }
serde = { version="1.0", optional=true, features=["derive"] }