Mercurial > crates > nonstick
view libpam-sys/Cargo.toml @ 106:49d9e2b5c189
An irresponsible mix of implementing libpam-sys and other stuff.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Thu, 26 Jun 2025 22:41:28 -0400 |
parents | |
children | e97534be35e3 |
line wrap: on
line source
[package] name = "libpam-sys" description = "Low-level bindings for PAM (Pluggable Authentication Modules)" links = "pam" version.workspace = true authors.workspace = true repository.workspace = true edition.workspace = true rust-version.workspace = true [features] default = ["basic-ext"] use-system-headers = [] basic-ext = [] linux-pam-ext = [] openpam-ext = [] [build-dependencies] bindgen = "0.69.5"