# 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 = "opendal_compat" version = "1.0.1" authors = ["Apache OpenDAL "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Apache OpenDAL Compat" homepage = "https://opendal.apache.org/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/apache/opendal" [package.metadata.docs.rs] all-features = true [lib] name = "opendal_compat" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.opendal_v0_49] version = "0.49" optional = true package = "opendal" [dependencies.opendal_v0_50] version = "0.50" optional = true package = "opendal" [dev-dependencies.tokio] version = "1.41" features = ["full"] [features] v0_50_to_v0_49 = [ "dep:opendal_v0_49", "dep:opendal_v0_50", ]