unftp-sbe-fs 0.2.4

A storage back-end for libunftp, storing files on local disk
Documentation
[package]
name = "unftp-sbe-fs"
version = "0.2.4"
description = "A storage back-end for libunftp, storing files on local disk"
authors = [
    "Agoston Horvath <ahorvath@bol.com>",
    "Dávid Kosztka <dkosztka@bol.com>",
    "Hannes de Jager <hdejager@bol.com>",
    "Koen Wilde <koen@chillheid.nl>",
    "Rob klein Gunnewiek <rkleingunnewiek@bol.com>",
]
edition = "2021"
license = "Apache-2.0"
keywords = ["libunftp", "unftp", "ftp", "ftps", "filesystem"]
categories = ["network-programming"]
documentation = "https://docs.rs/unftp-sbe-fs"
homepage = "https://github.com/bolcom/libunftp/tree/master/crates/unftp-sbe-fs"
repository = "https://github.com/bolcom/libunftp/tree/master/crates/unftp-sbe-fs"
readme = "README.md"

[dependencies]
async-trait = "0.1.75"
cfg-if = "1.0"
futures = { version = "0.3.29", default-features = false, features = ["std"] }
libunftp = { version="0.19.1", path="../../"}
path_abs = "0.5.1"
tokio = { version = "1.35.1", features = ["rt", "net", "sync", "io-util", "time", "fs"] }
tokio-stream = "0.1.14"
tracing = { version = "0.1.40", default-features = false }
tracing-attributes = "0.1.27"

[dev-dependencies]
async_ftp = "6.0.0"
more-asserts = "0.3.1"
pretty_assertions = "1.4.0"
pretty_env_logger = "0.5.0"
rstest = "0.18.2"
slog-async = "2.8.0"
slog-term = "2.9.0"
tempfile = "3.8.1"
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.18"
getrandom = "0.2.11"