# 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 = "cloud_filter_opendal" version = "0.0.3" authors = ["Apache OpenDAL "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cloud Filter Integration for Apache OpenDAL" homepage = "https://opendal.apache.org/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/apache/opendal" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [lib] name = "cloud_filter_opendal" path = "src/lib.rs" [[example]] name = "readonly" path = "examples/readonly.rs" [[test]] name = "behavior" path = "tests/behavior/main.rs" harness = false [dependencies.anyhow] version = "1.0.86" [dependencies.bincode] version = "1.3.3" [dependencies.cloud-filter] version = "0.0.5" [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.17" [dependencies.opendal] version = "0.50.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dev-dependencies.env_logger] version = "0.11.2" [dev-dependencies.libtest-mimic] version = "0.7.3" [dev-dependencies.opendal] version = "0.50.0" features = [ "services-fs", "tests", ] [dev-dependencies.powershell_script] version = "1.1.0" [dev-dependencies.tokio] version = "1.38.0" features = [ "macros", "rt-multi-thread", "signal", ]