# 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-client" version = "0.5.0" authors = ["Christoph Grenz "] description = "Application API wrapper to Pluggable Authentication Modules (PAM)" readme = "README.md" keywords = [ "PAM", "libpam", "authentication", ] categories = [ "authentication", "api-bindings", "os::unix-apis", ] license = "MPL-2.0" repository = "https://gitlab.com/cg909/rust-pam-client/" [dependencies.bitflags] version = "1.3" [dependencies.enum-repr] version = "0.2" [dependencies.libc] version = "0.2" [dependencies.pam-sys] version = "1.0.0-alpha3" [dependencies.rpassword] version = "6.0" optional = true [dependencies.rustversion] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [features] cli = ["rpassword"] default = ["cli"]