# 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_storage" version = "0.3.0" authors = ["Lachlan Deakin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The storage API and default stores for the zarrs crate" documentation = "https://docs.rs/zarrs_storage" readme = "README.md" keywords = [ "zarr", "zarrs", "storage", "store", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/LDeakin/zarrs" [package.metadata.docs.rs] all-features = true [lib] name = "zarrs_storage" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.74" optional = true [dependencies.bytes] version = "1.6.0" [dependencies.derive_more] version = "1.0.0" features = [ "deref", "display", "from", ] [dependencies.futures] version = "0.3.29" optional = true [dependencies.itertools] version = "0.13.0" [dependencies.parking_lot] version = "0.12.0" [dependencies.thiserror] version = "2.0.0" [dependencies.unsafe_cell_slice] version = "0.2.0" [dev-dependencies.chrono] version = "0.4" [dev-dependencies.tempfile] version = "3" [features] async = [ "dep:async-trait", "dep:futures", ] 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"