view libpam-sys/Cargo.toml @ 132:0b6a17f8c894 default tip

Get constant test working again with OpenPAM.
author Paul Fisher <paul@pfish.zone>
date Wed, 02 Jul 2025 02:34:29 -0400
parents a632a8874131
children
line wrap: on
line source

[package]
name = "libpam-sys"
description = "Low-level bindings for PAM (Pluggable Authentication Modules)"
links = "pam"
version = "0.1.0"
authors.workspace = true
repository.workspace = true
edition.workspace = true
rust-version.workspace = true

[features]
default = ["helpers"]
helpers = []

[dependencies]
libc = "0.2"
libpam-sys-impls = { path = "libpam-sys-impls" }
num_enum = "0.7.4"

[build-dependencies]
libpam-sys-impls = { path = "libpam-sys-impls" }
strum = { version = "0.27.1", features = ["derive"] }