[package] name = "unftp-auth-jsonfile" version = "0.3.4" description = "An authentication back-end for libunftp that authenticates against credentials in JSON format" authors = [ "Agoston Horvath ", "Dávid Kosztka ", "Hannes de Jager ", "Rob klein Gunnewiek ", ] edition = "2021" license = "Apache-2.0" keywords = ["libunftp", "unftp", "ftp", "ftps", "json"] categories = ["network-programming"] documentation = "https://docs.rs/unftp-auth-jsonfile" homepage = "https://github.com/bolcom/libunftp/tree/master/crates/unftp-auth-jsonfile" repository = "https://github.com/bolcom/libunftp/tree/master/crates/unftp-auth-jsonfile" readme = "README.md" [dependencies] async-trait = "0.1.80" base64 = "0.21.7" bytes = "1.6.0" ipnet = "2.9.0" iprange = "0.6.7" libunftp = { version = "0.20.0", path = "../../" } ring = "0.16.20" serde = { version = "1.0.202", features = ["derive"] } serde_json = "1.0.117" tokio = { version = "1.37.0", features = ["rt", "time"] } tracing = { version = "0.1.40", default-features = false } tracing-attributes = "0.1.27" valid = "0.3.1" flate2 = "1.0.30" [dev-dependencies] pretty_env_logger = "0.5.0" tokio = { version = "1.37.0", features = ["macros"] } unftp-sbe-fs = { version = "0.2.2", path = "../unftp-sbe-fs" } [lints] workspace = true