Mercurial > crates > nonstick
view Cargo.toml @ 68:e4e7d68234d0 default tip
Added tag v0.0.6 for changeset 71e432a213ee
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 27 May 2025 16:40:49 -0400 |
parents | 71e432a213ee |
children |
line wrap: on
line source
[package] name = "nonstick" description = "PAM bindings for Rust" version = "0.0.6" authors = ["Paul Fisher <paul@pfish.zone>", "Anthony Nowell <anowell@gmail.com>" ] repository = "https://hg.pfish.zone/crates/nonstick/" readme = "README.md" keywords = ["pam", "ffi", "linux", "authentication"] license = "MIT" edition = "2021" [features] experimental = [] [dependencies] bitflags = "2.9.0" libc = "0.2.97" num-derive = "0.4.2" num-traits = "0.2.19" secure-string = "0.3.0" thiserror = "2.0.12"