# 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 = "dav-server-opendalfs" version = "0.2.2" authors = ["Apache OpenDAL "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Use OpenDAL as a backend to access data in various service with WebDAV protocol" homepage = "https://opendal.apache.org/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/apache/opendal" [lib] name = "dav_server_opendalfs" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.anyhow] version = "1" [dependencies.bytes] version = "1.4.0" [dependencies.dav-server] version = "0.7.0" [dependencies.futures] version = "0.3" [dependencies.opendal] version = "0.50.0" [dev-dependencies.opendal] version = "0.50.0" features = ["services-fs"] [dev-dependencies.tokio] version = "1.27" features = [ "macros", "rt-multi-thread", "io-std", ]