nonstick 0.0.7

PAM bindings for Rust
Documentation
[build-dependencies.bindgen]
version = "0.72.0"

[dependencies.bitflags]
version = "2.9.0"

[dependencies.libc]
version = "0.2.97"

[dependencies.num_enum]
version = "0.7.3"

[dependencies.secure-string]
version = "0.3.0"

[dependencies.thiserror]
version = "2.0.12"

[features]
default = ["link"]
link = []
linux-pam-extensions = []
openpam = []

[lib]
name = "nonstick"
path = "src/lib.rs"

[package]
authors = ["Paul Fisher <paul@pfish.zone>", "Anthony Nowell <anowell@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "PAM bindings for Rust"
edition = "2021"
keywords = ["pam", "ffi", "linux", "authentication"]
license = "MIT"
name = "nonstick"
readme = "README.md"
repository = "https://hg.pfish.zone/crates/nonstick/"
version = "0.0.7"