unftp-auth-jsonfile 0.3.1

An authenticator back-end for libunftp that authenticates against a JSON file
Documentation
[dependencies.async-trait]
version = "0.1.61"

[dependencies.base64]
version = "0.13.1"

[dependencies.bytes]
version = "1.3.0"

[dependencies.flate2]
version = "1.0.25"

[dependencies.ipnet]
version = "2.7.1"

[dependencies.iprange]
version = "0.6.7"

[dependencies.libunftp]
version = "0.18.8"

[dependencies.ring]
version = "0.16.20"

[dependencies.serde]
features = ["derive"]
version = "1.0.152"

[dependencies.serde_json]
version = "1.0.91"

[dependencies.tokio]
features = ["rt", "time"]
version = "1.24.2"

[dependencies.tracing]
default-features = false
version = "0.1.37"

[dependencies.tracing-attributes]
version = "0.1.23"

[dependencies.valid]
version = "0.3.1"
[dev-dependencies.pretty_env_logger]
version = "0.4.0"

[dev-dependencies.tokio]
features = ["macros"]
version = "1.24.2"

[dev-dependencies.unftp-sbe-fs]
version = "0.2.2"

[package]
authors = ["Agoston Horvath <ahorvath@bol.com>", "Dávid Kosztka <dkosztka@bol.com>", "Hannes de Jager <hdejager@bol.com>", "Rob klein Gunnewiek <rkleingunnewiek@bol.com>"]
categories = ["network-programming"]
description = "An authenticator back-end for libunftp that authenticates against a JSON file"
documentation = "https://docs.rs/unftp-auth-jsonfile"
edition = "2021"
homepage = "https://github.com/bolcom/libunftp/tree/master/crates/unftp-auth-jsonfile"
keywords = ["libunftp", "unftp", "ftp", "ftps", "json"]
license = "Apache-2.0"
name = "unftp-auth-jsonfile"
readme = "README.md"
repository = "https://github.com/bolcom/libunftp/tree/master/crates/unftp-auth-jsonfile"
version = "0.3.1"