Mercurial > crates > nonstick
comparison libpam-sys/libpam-sys-impls/Cargo.toml @ 116:a12706e42c9d
Logging, macros, and building:
- Changes logging API to accept the `Location` of the log statement.
Fixes OpenPAM implementation.
- Stops publicly exporting doc macros.
- Uses dlopen to detect the PAM library rather than header jankery.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sun, 29 Jun 2025 18:27:51 -0400 |
parents | 2346fd501b7a |
children |
comparison
equal
deleted
inserted
replaced
115:1e11a52b4665 | 116:a12706e42c9d |
---|---|
9 proc-macro = true | 9 proc-macro = true |
10 | 10 |
11 | 11 |
12 [build-dependencies] | 12 [build-dependencies] |
13 bindgen = "0.72.0" | 13 bindgen = "0.72.0" |
14 dlopen = "0.1.8" | |
14 proc-macro2 = "1.0.95" | 15 proc-macro2 = "1.0.95" |
15 quote = "1.0.40" | 16 quote = "1.0.40" |
16 strum = { version = "0.27.1", features = ["derive"] } | 17 strum = { version = "0.27.1", features = ["derive"] } |
17 | 18 |
18 | 19 |