# 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" version = "0.8.0" authors = ["Florian Wilkens "] include = [ "LICENSE-*", "README.md", "CHANGELOG.md", "/src", "/examples", ] description = "Safe Rust wrappers for PAM authentication" documentation = "https://docs.rs/pam/" readme = "README.md" categories = ["authentication"] license = "MIT OR Apache-2.0" repository = "https://github.com/1wilkens/pam/" [dependencies.libc] version = "^0.2" [dependencies.memchr] version = "2.5.0" [dependencies.pam-macros] version = "=0.0.3" [dependencies.pam-sys] version = "1.0.0-alpha5" [dependencies.users] version = "^0.10" optional = true [dev-dependencies.rpassword] version = "5.0" [features] client = ["users"] default = ["client"] functions = [] module = [] [badges.azure-devops] pipeline = "pam" project = "1wilkens/ci"