# 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 = "object_store_opendal" version = "0.48.2" authors = ["Apache OpenDAL "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "object_store Integration for Apache OpenDAL" homepage = "https://opendal.apache.org/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/apache/opendal" [lib] name = "object_store_opendal" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.flagset] version = "0.4" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.object_store] version = "0.11" [dependencies.opendal] version = "0.50.0" [dependencies.pin-project] version = "1.1" [dependencies.send_wrapper] version = "0.6" features = ["futures"] optional = true [dependencies.tokio] version = "1" default-features = false [dev-dependencies.opendal] version = "0.50.0" features = [ "services-memory", "services-s3", ] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1" features = [ "fs", "macros", "rt-multi-thread", ] [features] send_wrapper = ["dep:send_wrapper"]