pam-client2 0.5.5

Application API wrapper to Pluggable Authentication Modules (PAM) (forked and fixed version of pam-client)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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