nonstick 0.1.2

🍳 Safe Rust bindings for PAM applications and modules.
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 = "2021"
rust-version = "1.75.0"
name = "nonstick"
version = "0.1.2"
authors = ["Paul Fisher <paul@pfish.zone>"]
description = "🍳 Safe Rust bindings for PAM applications and modules."
readme = "README.md"
keywords = [
    "pam",
    "ffi",
    "authentication",
]
categories = [
    "api-bindings",
    "authentication",
    "os::unix-apis",
]
license = "MIT"
repository = "https://code.pfish.zone/crates/nonstick/"

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
targets = [
    "x86_64-apple-darwin",
    "x86_64-unknown-freebsd",
    "x86_64-unknown-illumos",
]

[dependencies.bitflags]
version = "2.9.0"

[dependencies.libc]
version = "0.2"
optional = true

[dependencies.libpam-sys]
version = "0.2.0"
optional = true

[dependencies.libpam-sys-helpers]
version = "0.2.0"
optional = true

[dependencies.libpam-sys-impls]
version = "0.2.0"

[build-dependencies.libpam-sys-impls]
version = "0.2.0"

[features]
basic-ext = []
default = ["link"]
link = [
    "dep:libc",
    "dep:libpam-sys",
    "dep:libpam-sys-helpers",
]
linux-pam-ext = []
openpam-ext = []
sun-ext = []