# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "pam-sys" version = "1.0.0-alpha5" authors = ["Florian Wilkens "] build = "build.rs" links = "pam" include = [ "LICENSE-*", "README.md", "CHANGELOG.md", "src/lib.rs", "build.rs", "wrapper.h", ] description = "FFI wrappers for the Linux Pluggable Authentication Modules (PAM)" documentation = "https://docs.rs/pam-sys/" readme = "README.md" categories = [ "authentication", "api-bindings", "external-ffi-bindings", "os::unix-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/1wilkens/pam-sys.git" [dependencies.libc] version = "^0.2.65" [build-dependencies.bindgen] version = "0.69" default-features = false [badges.azure-devops] pipeline = "pam-sys" project = "1wilkens/ci"