unftp-auth-jsonfile 0.1.0

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

[dependencies.libunftp]
version = "0.17.0"

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

[dependencies.serde_json]
version = "1.0.62"

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

[dependencies.tracing]
version = "0.1.23"

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

[dependencies.unftp-sbe-fs]
version = "0.1"
[dev-dependencies.pretty_env_logger]
version = "0.4.0"

[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 = "2018"
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.1.0"