# 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" rust-version = "1.75" name = "unftp-sbe-opendal" version = "0.0.9" authors = ["Apache OpenDAL "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "unftp Integration for Apache OpenDAL" homepage = "https://opendal.apache.org/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/apache/opendal" [lib] name = "unftp_sbe_opendal" path = "src/lib.rs" [[example]] name = "main" path = "examples/main.rs" [dependencies.async-trait] version = "0.1.80" [dependencies.libunftp] version = "0.20.0" [dependencies.opendal] version = "0.50.0" [dependencies.tokio] version = "1.38.0" features = ["io-util"] default-features = false [dependencies.tokio-util] version = "0.7.11" features = ["compat"] [dev-dependencies.anyhow] version = "1" [dev-dependencies.opendal] version = "0.50.0" features = ["services-s3"] [dev-dependencies.tokio] version = "1.38.0" features = [ "io-util", "rt-multi-thread", ] default-features = false