Mercurial > crates > nonstick
diff Cargo.toml @ 130:80c07e5ab22f
Transfer over (almost) completely to using libpam-sys.
This reimplements everything in nonstick on top of the new -sys crate.
We don't yet use libpam-sys's helpers for binary message payloads. Soon.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 01 Jul 2025 06:11:43 -0400 |
parents | 2346fd501b7a |
children | a632a8874131 |
line wrap: on
line diff
--- a/Cargo.toml Mon Jun 30 23:49:54 2025 -0400 +++ b/Cargo.toml Tue Jul 01 06:11:43 2025 -0400 @@ -21,7 +21,7 @@ rust-version.workspace = true [features] -default = ["link"] +default = ["link", "basic-ext"] # Enable this to actually link against your system's PAM library. # @@ -30,9 +30,9 @@ link = [] basic-ext = [] -illumos-ext = [] linux-pam-ext = [] openpam-ext = [] +sun-ext = [] # This feature exists only for testing. test-install = []