# 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.77" name = "zarrs_opendal" version = "0.4.0" authors = ["Lachlan Deakin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "opendal store support for the zarrs crate" documentation = "https://docs.rs/zarrs_opendal" readme = "README.md" keywords = [ "zarr", "zarrs", "storage", "store", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/LDeakin/zarrs" [lib] name = "zarrs_opendal" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.74" [dependencies.futures] version = "0.3.29" [dependencies.opendal] version = ">=0.46,<0.51" default-features = false [dependencies.zarrs_storage] version = "0.3.0" features = ["async"] [dev-dependencies.opendal] version = "0.50.0" features = [ "services-fs", "services-http", ] [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio] version = "1.34.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.zarrs_storage] version = "0.3.0" features = [ "async", "tests", ] [lints.clippy] missing_errors_doc = "warn" missing_panics_doc = "warn" module_name_repetitions = "allow" [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] dead_code = "warn" missing_docs = "warn" unreachable_pub = "warn" unused_variables = "warn"