view libpam-sys/libpam-sys-impls/Cargo.toml @ 109:bb465393621f

Minor cleanup and reorg. - Use those nice new macros we just implemented. - Straighten out the macro file. - Move the `BinaryPayload` into `structs.rs`, leaving helpers behind.
author Paul Fisher <paul@pfish.zone>
date Sat, 28 Jun 2025 02:49:35 -0400
parents e97534be35e3
children 2346fd501b7a
line wrap: on
line source

[package]
name = "libpam-sys-impls"
description = "Macros for use in libpam-sys."
version = "0.0.1"
edition = "2021"

[lib]
proc-macro = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
bindgen = "0.72.0"
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"