view Cargo.toml @ 76:e58d24849e82

Add Message::set_error to quickly answer a question with an error.
author Paul Fisher <paul@pfish.zone>
date Sat, 07 Jun 2025 18:55:27 -0400
parents c7c596e6388f
children 351bdc13005e
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]
# Enable this to actually link against your system's PAM library.
link = []

[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"