comparison testharness/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 e97534be35e3
children efbc235f01d3
comparison
equal deleted inserted replaced
129:5b2de52dd8b2 130:80c07e5ab22f
9 9
10 [lib] 10 [lib]
11 crate-type = ["cdylib"] 11 crate-type = ["cdylib"]
12 12
13 [features] 13 [features]
14 illumos-ext = ["nonstick/illumos-ext"] 14 basic-ext = ["nonstick/basic-ext"]
15 linux-pam-ext = ["nonstick/linux-pam-ext"] 15 linux-pam-ext = ["nonstick/linux-pam-ext"]
16 openpam-ext = ["nonstick/openpam-ext"] 16 openpam-ext = ["nonstick/openpam-ext"]
17 sun-ext = ["nonstick/sun-ext"]
17 test-install = [] 18 test-install = []
18 19
19 [dependencies] 20 [dependencies]
20 nonstick = { path = ".." } 21 nonstick = { path = ".." }
21 22