[package] name = "pam-sys" version = "1.0.0-alpha5" authors = ["Florian Wilkens "] description = "FFI wrappers for the Linux Pluggable Authentication Modules (PAM)" license = "MIT OR Apache-2.0" categories = ["authentication", "api-bindings", "external-ffi-bindings", "os::unix-apis"] repository = "https://github.com/1wilkens/pam-sys.git" documentation = "https://docs.rs/pam-sys/" readme = "README.md" include = [ "LICENSE-*", "README.md", "CHANGELOG.md", "src/lib.rs", "build.rs", "wrapper.h"] edition = "2018" build = "build.rs" links = "pam" [badges] azure-devops = { project = "1wilkens/ci", pipeline = "pam-sys" } [dependencies] libc = "^0.2.65" [build-dependencies] bindgen = { version = "0.69", default-features = false }