# 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 = "ofs" version = "0.0.14" authors = ["Apache OpenDAL "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "OpenDAL File System" homepage = "https://opendal.apache.org/" readme = "README.md" keywords = [ "storage", "data", "s3", "fs", "azblob", ] categories = ["filesystem"] license = "Apache-2.0" repository = "https://github.com/apache/opendal" [[bin]] name = "ofs" path = "src/main.rs" [[test]] name = "file" path = "tests/file.rs" [[test]] name = "path" path = "tests/path.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.5.18" features = [ "derive", "env", ] [dependencies.env_logger] version = "0.11.2" [dependencies.log] version = "0.4.21" [dependencies.opendal] version = "0.50.0" [dependencies.tokio] version = "1.37.0" features = [ "fs", "macros", "rt-multi-thread", "io-std", "signal", ] [dependencies.url] version = "2.5.0" [dev-dependencies.opendal] version = "0.50.0" features = ["tests"] [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.test-context] version = "0.3.0" [dev-dependencies.walkdir] version = "2.5.0" [features] default = [ "services-fs", "services-s3", ] services-fs = ["opendal/services-fs"] services-s3 = ["opendal/services-s3"] [target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "macos"))'.dependencies.fuse3] version = "0.8.1" features = [ "tokio-runtime", "unprivileged", ] [target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "macos"))'.dependencies.fuse3_opendal] version = "0.0.9" [target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "macos"))'.dependencies.libc] version = "0.2.154" [target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "macos"))'.dependencies.nix] version = "0.29.0" features = ["user"] [target.'cfg(target_os = "windows")'.dependencies.cloud-filter] version = "0.0.5" [target.'cfg(target_os = "windows")'.dependencies.cloud_filter_opendal] version = "0.0.3"