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