Mercurial > crates > nonstick
view libpam-sys/Cargo.toml @ 133:32b2a545ca3e
Add functions and constants from openpam.h.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Wed, 02 Jul 2025 03:33:09 -0400 |
parents | a632a8874131 |
children | 6c1e1bdb4164 |
line wrap: on
line source
[package] name = "libpam-sys" description = "Low-level bindings for PAM (Pluggable Authentication Modules)" links = "pam" version = "0.1.0" authors.workspace = true repository.workspace = true edition.workspace = true rust-version.workspace = true [features] default = ["helpers"] helpers = [] [dependencies] libc = "0.2" libpam-sys-impls = { path = "libpam-sys-impls" } num_enum = "0.7.4" [build-dependencies] libpam-sys-impls = { path = "libpam-sys-impls" } strum = { version = "0.27.1", features = ["derive"] }