Mercurial > crates > nonstick
comparison testharness/Cargo.toml @ 184:42f747774d94
Really get documentation stuff squared away.
Expand READMEs and polish off module documentation.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Thu, 31 Jul 2025 14:36:50 -0400 |
parents | 9925fa14021b |
children |
comparison
equal
deleted
inserted
replaced
183:4f46681b3f54 | 184:42f747774d94 |
---|---|
1 [package] | 1 [package] |
2 name = "nonstick-testharness" | 2 name = "nonstick-testharness" |
3 description = "Automatic test harness for the Nonstick PAM library." | 3 description = "End-to-end testing for the Nonstick PAM library." |
4 publish = false | 4 publish = false |
5 license.workspace = true | 5 license.workspace = true |
6 version.workspace = true | 6 version.workspace = true |
7 authors.workspace = true | 7 authors.workspace = true |
8 edition.workspace = true | 8 edition.workspace = true |
14 [features] | 14 [features] |
15 basic-ext = ["nonstick/basic-ext"] | 15 basic-ext = ["nonstick/basic-ext"] |
16 linux-pam-ext = ["nonstick/linux-pam-ext"] | 16 linux-pam-ext = ["nonstick/linux-pam-ext"] |
17 openpam-ext = ["nonstick/openpam-ext"] | 17 openpam-ext = ["nonstick/openpam-ext"] |
18 sun-ext = ["nonstick/sun-ext"] | 18 sun-ext = ["nonstick/sun-ext"] |
19 test-install = [] | |
20 | 19 |
21 [dependencies] | 20 [dependencies] |
22 nonstick = { path = "..", features = ["link"], default-features = false } | 21 nonstick = { path = "..", features = ["link"], default-features = false } |
23 | 22 |
24 [build-dependencies] | 23 [build-dependencies] |
25 libpam-sys-impls = { path = "../libpam-sys/libpam-sys-impls" } | 24 libpam-sys-impls = { path = "../libpam-sys/libpam-sys-impls" } |
26 | |
27 [dev-dependencies] | |
28 anyhow = "1.0.98" | |
29 test-cdylib = "1.1.0" | |
30 thiserror = "2.0.12" |