unftp-auth-rest 0.1.0

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

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

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

[dependencies.libunftp]
version = "0.17.0"

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

[dependencies.regex]
version = "1.4.3"

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

[dependencies.serde_json]
version = "1.0.62"

[dependencies.tokio]
features = ["rt", "net", "sync", "io-util", "macros", "time", "fs"]
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 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.1.0"