Mercurial > crates > nonstick
comparison 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 |
comparison
equal
deleted
inserted
replaced
105:13b4d2a19674 | 106:49d9e2b5c189 |
---|---|
1 [package] | |
2 name = "libpam-sys" | |
3 description = "Low-level bindings for PAM (Pluggable Authentication Modules)" | |
4 links = "pam" | |
5 version.workspace = true | |
6 authors.workspace = true | |
7 repository.workspace = true | |
8 edition.workspace = true | |
9 rust-version.workspace = true | |
10 | |
11 [features] | |
12 default = ["basic-ext"] | |
13 use-system-headers = [] | |
14 basic-ext = [] | |
15 linux-pam-ext = [] | |
16 openpam-ext = [] | |
17 | |
18 [build-dependencies] | |
19 bindgen = "0.69.5" |