[package] name = "unftp-sbe-restrict" version = "0.1.2" edition = "2021" authors = ["Hannes de Jager "] description = "A libunftp wrapper storage back-end that restricts FTP operations." repository = "https://github.com/hannesdejager/unftp-sbe-restrict" homepage = "https://github.com/hannesdejager/unftp-sbe-restrict" license = "Apache-2.0" readme = "README.md" keywords = ["libunftp", "unftp"] categories = ["network-programming"] documentation = "https://docs.rs/unftp-sbe-restrict/latest/unftp_sbe_restrict/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-trait = "0.1.80" libunftp = "0.20.0" tokio = { version = "1.37.0" } bitflags = "2.4.0" [dev-dependencies] pretty_assertions = "1.4.0" unftp-sbe-fs = "0.2.5"