Mercurial > crates > nonstick
comparison libpam-sys/libpam-sys-impls/Cargo.toml @ 110:2346fd501b7a
Add tests for constants and do other macro niceties.
- Adds tests for all the constants. Pretty sweet.
- Moves documentation for cfg-pam-impl macro to `libpam-sys`.
- Renames `Illumos` to `Sun`.
- other stuff
| author | Paul Fisher <paul@pfish.zone> |
|---|---|
| date | Sun, 29 Jun 2025 02:15:46 -0400 |
| parents | e97534be35e3 |
| children | a12706e42c9d |
comparison
equal
deleted
inserted
replaced
| 109:bb465393621f | 110:2346fd501b7a |
|---|---|
| 1 [package] | 1 [package] |
| 2 name = "libpam-sys-impls" | 2 name = "libpam-sys-impls" |
| 3 description = "Macros for use in libpam-sys." | 3 description = "Macros for use in libpam-sys." |
| 4 version = "0.0.1" | 4 version = "0.0.1" |
| 5 edition = "2021" | 5 rust-version.workspace = true |
| 6 edition.workspace = true | |
| 6 | 7 |
| 7 [lib] | 8 [lib] |
| 8 proc-macro = true | 9 proc-macro = true |
| 9 | 10 |
| 10 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |
| 11 | 11 |
| 12 [build-dependencies] | 12 [build-dependencies] |
| 13 bindgen = "0.72.0" | 13 bindgen = "0.72.0" |
| 14 proc-macro2 = "1.0.95" | |
| 15 quote = "1.0.40" | |
| 14 strum = { version = "0.27.1", features = ["derive"] } | 16 strum = { version = "0.27.1", features = ["derive"] } |
| 15 | 17 |
| 16 | 18 |
| 17 [dependencies] | 19 [dependencies] |
| 18 quote = "1.0.40" | 20 quote = "1.0.40" |
