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