comparison testharness/Cargo.toml @ 169:77470e45e397

Set up stuff to work the way Sun expects it to. This sets up PAM to use pam_authtok_get.so on Sun machines.
author Paul Fisher <paul@pfish.zone>
date Tue, 15 Jul 2025 01:32:21 -0400
parents efbc235f01d3
children 9925fa14021b
comparison
equal deleted inserted replaced
168:6642e89d29a2 169:77470e45e397
10 10
11 [lib] 11 [lib]
12 crate-type = ["cdylib"] 12 crate-type = ["cdylib"]
13 13
14 [features] 14 [features]
15 default = ["basic-ext"]
15 basic-ext = ["nonstick/basic-ext"] 16 basic-ext = ["nonstick/basic-ext"]
16 linux-pam-ext = ["nonstick/linux-pam-ext"] 17 linux-pam-ext = ["nonstick/linux-pam-ext"]
17 openpam-ext = ["nonstick/openpam-ext"] 18 openpam-ext = ["nonstick/openpam-ext"]
18 sun-ext = ["nonstick/sun-ext"] 19 sun-ext = ["nonstick/sun-ext"]
19 test-install = [] 20 test-install = []
20 21
21 [dependencies] 22 [dependencies]
22 nonstick = { path = ".." } 23 nonstick = { path = "..", features = ["link"], default-features = false }
23 24
24 [dev-dependencies] 25 [dev-dependencies]
25 anyhow = "1.0.98" 26 anyhow = "1.0.98"
26 test-cdylib = "1.1.0" 27 test-cdylib = "1.1.0"
27 thiserror = "2.0.12" 28 thiserror = "2.0.12"