# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "unftp-sbe-fs" version = "0.2.5" authors = [ "Agoston Horvath ", "Dávid Kosztka ", "Hannes de Jager ", "Koen Wilde ", "Rob klein Gunnewiek ", ] description = "A storage back-end for libunftp, storing files on local disk" homepage = "https://github.com/bolcom/libunftp/tree/master/crates/unftp-sbe-fs" documentation = "https://docs.rs/unftp-sbe-fs" readme = "README.md" keywords = [ "libunftp", "unftp", "ftp", "ftps", "filesystem", ] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/bolcom/libunftp/tree/master/crates/unftp-sbe-fs" [dependencies.async-trait] version = "0.1.80" [dependencies.cap-std] version = "2.0" [dependencies.cfg-if] version = "1.0" [dependencies.futures] version = "0.3.30" features = ["std"] default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.libunftp] version = "0.20.0" [dependencies.path_abs] version = "0.5.1" [dependencies.tokio] version = "1.37.0" features = [ "rt", "net", "sync", "io-util", "time", "fs", ] [dependencies.tokio-stream] version = "0.1.15" [dependencies.tracing] version = "0.1.40" default-features = false [dependencies.tracing-attributes] version = "0.1.27" [dev-dependencies.async-trait] version = "0.1.80" [dev-dependencies.async_ftp] version = "6.0.0" [dev-dependencies.getrandom] version = "0.2.15" [dev-dependencies.more-asserts] version = "0.3.1" [dev-dependencies.nix] version = "0.26.4" features = ["user"] default-features = false [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.pretty_env_logger] version = "0.5.0" [dev-dependencies.regex] version = "1.10.4" [dev-dependencies.rstest] version = "0.18.2" [dev-dependencies.serde] version = "1.0.202" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.117" [dev-dependencies.slog-async] version = "2.8.0" [dev-dependencies.slog-term] version = "2.9.1" [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3.18" [target."cfg(target_os = \"freebsd\")".dev-dependencies.capsicum] version = "0.3.0" features = ["casper"] [lints.clippy] all = "deny" [lints.rust] missing_docs = "deny" unsafe_code = "deny"