zarrs_http 0.2.2

A synchronous http store for the zarrs crate
Documentation
[dependencies.itertools]
version = "0.14.0"

[dependencies.reqwest]
features = ["blocking"]
version = ">=0.11.8,<0.13"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.url]
version = "2.2.0"

[dependencies.zarrs_storage]
version = "0.3.4"

[lib]
name = "zarrs_http"
path = "src/lib.rs"

[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"
unsafe_op_in_unsafe_fn = "warn"
unused_variables = "warn"

[package]
authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding"]
description = "A synchronous http store for the zarrs crate"
documentation = "https://docs.rs/zarrs_http"
edition = "2021"
homepage = "https://zarrs.dev"
keywords = ["zarr", "zarrs", "http"]
license = "MIT OR Apache-2.0"
name = "zarrs_http"
readme = "README.md"
repository = "https://github.com/zarrs/zarrs/tree/main/zarrs_http"
rust-version = "1.77"
version = "0.2.2"