Mercurial > crates > nonstick
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libpam-sys/Cargo.toml Thu Jun 26 22:41:28 2025 -0400 @@ -0,0 +1,19 @@ +[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" \ No newline at end of file