# 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 = "fuse3_opendal" version = "0.0.9" authors = ["Apache OpenDAL "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "fuse3 integration for Apache OpenDAL" homepage = "https://opendal.apache.org/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/apache/opendal" [lib] name = "fuse3_opendal" path = "src/lib.rs" [dependencies.bytes] version = "1.6.0" [dependencies.fuse3] version = "0.8.1" features = [ "tokio-runtime", "unprivileged", ] [dependencies.futures-util] version = "0.3.30" [dependencies.libc] version = "0.2.155" [dependencies.log] version = "0.4.21" [dependencies.opendal] version = "0.50.0" [dependencies.sharded-slab] version = "0.1.7" [dependencies.tokio] version = "1.38.0" [dev-dependencies]