unftp-auth-rest 0.2.0

An authenticator back-end for libunftp that consumes an HTTP API to authenticate
Documentation
[dependencies.async-trait]
version = "0.1.50"

[dependencies.hyper]
features = ["client", "runtime", "stream", "http1"]
version = "0.14.10"

[dependencies.hyper-rustls]
version = "0.22.1"

[dependencies.libunftp]
version = "0.18.0"

[dependencies.percent-encoding]
version = "2.1.0"

[dependencies.regex]
version = "1.5.4"

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

[dependencies.serde_json]
version = "1.0.64"

[dependencies.tokio]
features = ["rt", "net", "sync", "io-util", "time"]
version = "1.8.1"

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

[dependencies.tracing-attributes]
version = "0.1.15"
[dev-dependencies.pretty_env_logger]
version = "0.4.0"

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

[dev-dependencies.unftp-sbe-fs]
version = "0.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 consumes an HTTP API to authenticate"
documentation = "https://docs.rs/unftp-auth-rest"
edition = "2018"
homepage = "https://github.com/bolcom/libunftp/tree/master/crates/unftp-auth-rest"
keywords = ["libunftp", "ftp", "ftps", "auth", "rest"]
license = "Apache-2.0"
name = "unftp-auth-rest"
readme = "README.md"
repository = "https://github.com/bolcom/libunftp/tree/hannes/crates/unftp-auth-rest"
version = "0.2.0"