[[bin]]
name = "ofs"
path = "src/main.rs"
[dependencies.anyhow]
version = "1"
[dependencies.clap]
features = ["derive", "env"]
version = "4.5.40"
[dependencies.log]
version = "0.4.22"
[dependencies.logforth]
default-features = false
version = "0.26.1"
[dependencies.opendal]
version = "0.54.0"
[dependencies.tokio]
features = ["fs", "macros", "rt-multi-thread", "io-std", "signal"]
version = "1.46.1"
[dependencies.url]
version = "2.5.4"
[dev-dependencies.opendal]
features = ["tests"]
version = "0.54.0"
[dev-dependencies.tempfile]
version = "3.16.0"
[dev-dependencies.test-context]
version = "0.4.1"
[dev-dependencies.walkdir]
version = "2.5.0"
[features]
default = ["services-fs", "services-s3"]
services-fs = ["opendal/services-fs"]
services-s3 = ["opendal/services-s3"]
[package]
authors = ["Apache OpenDAL <dev@opendal.apache.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem"]
description = "OpenDAL File System"
edition = "2021"
homepage = "https://opendal.apache.org/"
keywords = ["storage", "data", "s3", "fs", "azblob"]
license = "Apache-2.0"
name = "ofs"
readme = "README.md"
repository = "https://github.com/apache/opendal"
rust-version = "1.82"
version = "0.0.23"
[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "macos"))'.dependencies.fuse3]
features = ["tokio-runtime", "unprivileged"]
version = "0.8.1"
[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "macos"))'.dependencies.fuse3_opendal]
version = "0.0.18"
[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]
features = ["user"]
version = "0.30.1"
[target.'cfg(target_os = "windows")'.dependencies.cloud-filter]
version = "0.0.5"
[target.'cfg(target_os = "windows")'.dependencies.cloud_filter_opendal]
version = "0.0.11"
[[test]]
name = "file"
path = "tests/file.rs"
[[test]]
name = "path"
path = "tests/path.rs"