# 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_http" version = "0.2.0" authors = ["Lachlan Deakin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A synchronous http store 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" [lib] name = "zarrs_http" path = "src/lib.rs" [dependencies.itertools] version = "0.13.0" [dependencies.reqwest] version = ">=0.11.8,<0.13" features = ["blocking"] [dependencies.thiserror] version = "2.0.0" [dependencies.url] version = "2.2.0" [dependencies.zarrs_storage] version = "0.3.0" [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"