# 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 = "2024" rust-version = "1.85" name = "opendal-service-fs" version = "0.57.0" authors = ["Apache OpenDAL "] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Apache OpenDAL Fs service implementation" homepage = "https://opendal.apache.org/" readme = false license = "Apache-2.0" repository = "https://github.com/apache/opendal" [package.metadata.docs.rs] all-features = true [lib] name = "opendal_service_fs" path = "src/lib.rs" [dependencies.bytes] version = "1.10" [dependencies.log] version = "0.4.29" [dependencies.opendal-core] version = "0.57.0" features = ["internal-tokio-rt"] default-features = false [dependencies.serde] version = "1" features = ["derive"] default-features = false [dependencies.tokio] version = "1.48" features = [ "fs", "rt-multi-thread", ] default-features = false [target."cfg(unix)".dependencies.xattr] version = "1"