view libpam-sys/Cargo.toml @ 107:49c6633f6fd2

Add Cargo.lock file. This ensures that we get reproducible builds, particularly because we want to support Rust v1.75.
author Paul Fisher <paul@pfish.zone>
date Thu, 26 Jun 2025 22:42:32 -0400
parents 49d9e2b5c189
children e97534be35e3
line wrap: on
line source

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

[features]
default = ["basic-ext"]
use-system-headers = []
basic-ext = []
linux-pam-ext = []
openpam-ext = []

[build-dependencies]
bindgen = "0.69.5"