# 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-rooter" version = "0.2.1" authors = ["Hannes de Jager "] description = "A libunftp wrapper storage back-end that roots a user to a specific home directory." homepage = "https://github.com/hannesdejager/unftp-sbe-rooter" documentation = "https://docs.rs/unftp-sbe-rooter" readme = "README.md" keywords = [ "libunftp", "unftp", ] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/hannesdejager/unftp-sbe-rooter" [dependencies.async-trait] version = "0.1.80" [dependencies.libunftp] version = "0.20.0" [dependencies.tokio] version = "1.37.0" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.unftp-sbe-fs] version = "0.2.5"