# 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 = "2021" name = "unftp-auth-pam" version = "0.2.5" authors = [ "Agoston Horvath ", "Dávid Kosztka ", "Hannes de Jager ", "Koen Wilde ", "Rob klein Gunnewiek ", ] description = "An authentication back-end for libunftp that authenticates using PAM" homepage = "https://github.com/bolcom/libunftp/tree/master/crates/unftp-auth-pam" documentation = "https://docs.rs/unftp-auth-pam" readme = "README.md" keywords = [ "libunftp", "unftp", "ftp", "ftps", "pam", ] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/bolcom/libunftp/tree/master/crates/unftp-auth-pam" [dependencies.async-trait] version = "0.1.80" [dependencies.libunftp] version = "0.20.0" [dependencies.tracing] version = "0.1.40" default-features = false [dependencies.tracing-attributes] version = "0.1.27" [dev-dependencies.tokio] version = "1.37.0" features = ["macros"] [target."cfg(target_family = \"unix\")".dependencies.pam-auth] version = "0.7.0" package = "pam" [lints.clippy] all = "deny" [lints.rust] missing_docs = "deny" unsafe_code = "deny"