Mercurial > crates > nonstick
view libpam-sys/libpam-sys-impls/Cargo.toml @ 116:a12706e42c9d default tip
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 |
line wrap: on
line source
[package] name = "libpam-sys-impls" description = "Macros for use in libpam-sys." version = "0.0.1" rust-version.workspace = true edition.workspace = true [lib] proc-macro = true [build-dependencies] bindgen = "0.72.0" dlopen = "0.1.8" proc-macro2 = "1.0.95" quote = "1.0.40" strum = { version = "0.27.1", features = ["derive"] } [dependencies] quote = "1.0.40" syn = { version = "2.0.104", default-features = false, features = ["parsing"] } proc-macro2 = "1.0.95"