zarrs_object_store 0.6.2

object_store store support for the zarrs crate
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "zarrs_object_store"
version = "0.6.2"
authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "object_store store support for the zarrs crate"
homepage = "https://zarrs.dev"
documentation = "https://docs.rs/zarrs_object_store"
readme = "README.md"
keywords = [
    "zarr",
    "zarrs",
    "storage",
    "store",
]
categories = ["encoding"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/zarrs/zarrs/tree/main/zarrs_object_store"
resolver = "2"

[features]
aws = ["object_store/aws"]
azure = ["object_store/azure"]
fs = ["object_store/fs"]
gcp = ["object_store/gcp"]
http = ["object_store/http"]

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

[[test]]
name = "async"
path = "tests/async.rs"

[dependencies.async-trait]
version = "0.1.74"

[dependencies.futures]
version = "0.3.29"

[dependencies.object_store]
version = "0.13"
default-features = false

[dependencies.zarrs_storage]
version = "0.4.2"
features = ["async"]

[dev-dependencies.object_store]
version = "0.13"
features = ["http"]

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1.34.0"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.zarrs_storage]
version = "0.4.2"
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"
unsafe_op_in_unsafe_fn = "warn"
unused_variables = "warn"