Mercurial > crates > nonstick
comparison Cargo.toml @ 62:d83623951070
Further improve docs and put `conv` behind a feature gate.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Wed, 21 May 2025 23:10:09 -0400 |
parents | 5eecd797fc69 |
children |
comparison
equal
deleted
inserted
replaced
61:5eecd797fc69 | 62:d83623951070 |
---|---|
7 readme = "README.md" | 7 readme = "README.md" |
8 keywords = ["pam", "ffi", "linux", "authentication"] | 8 keywords = ["pam", "ffi", "linux", "authentication"] |
9 license = "MIT" | 9 license = "MIT" |
10 edition = "2021" | 10 edition = "2021" |
11 | 11 |
12 [features] | |
13 experimental = [] | |
14 | |
12 [dependencies] | 15 [dependencies] |
13 bitflags = "2.9.0" | 16 bitflags = "2.9.0" |
14 libc = "0.2.97" | 17 libc = "0.2.97" |
15 num-derive = "0.4.2" | 18 num-derive = "0.4.2" |
16 num-traits = "0.2.19" | 19 num-traits = "0.2.19" |