[package]
edition = "2018"
name = "pam-client2"
version = "0.5.5"
authors = [
"Christoph Grenz <christophg+gitorious@grenz-bonn.de>",
"Eddie Billoir <lechatp@outlook.fr>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Application API wrapper to Pluggable Authentication Modules (PAM) (forked and fixed version of pam-client)"
readme = "README.md"
keywords = [
"PAM",
"libpam",
"authentication",
]
categories = [
"authentication",
"api-bindings",
"os::unix-apis",
]
license = "MPL-2.0"
repository = "https://gitlab.com/LeChatP/rust-pam-client/"
[features]
cli = ["rpassword"]
default = ["cli"]
full_test = []
[lib]
name = "pam_client2"
path = "src/lib.rs"
[dependencies.bitflags]
version = "2.11.0"
features = ["serde"]
[dependencies.libc]
version = "0.2"
[dependencies.pam-sys2]
version = "1.0"
[dependencies.rpassword]
version = "7.4.0"
optional = true
[dependencies.rustversion]
version = "1.0"
[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true