zarrs_data_type 0.4.2

The data type API for the zarrs crate
Documentation
[dependencies.derive_more]
features = ["deref", "display", "from"]
version = "2.0.0"

[dependencies.half]
features = ["bytemuck"]
version = "2.4.1"

[dependencies.inventory]
version = "0.3.0"

[dependencies.num]
version = "0.4.1"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.zarrs_metadata]
version = "0.6.2"

[dependencies.zarrs_plugin]
version = "0.2.2"

[dev-dependencies.bytemuck]
features = ["extern_crate_alloc", "must_cast", "min_const_generics"]
version = "1.14.0"

[dev-dependencies.serde_json]
features = ["float_roundtrip", "preserve_order"]
version = "1.0.71"

[lib]
name = "zarrs_data_type"
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 = "The data type API for the zarrs crate"
documentation = "https://docs.rs/zarrs_data_type"
edition = "2021"
homepage = "https://zarrs.dev"
keywords = ["zarr", "zarrs"]
license = "MIT OR Apache-2.0"
name = "zarrs_data_type"
readme = "README.md"
repository = "https://github.com/zarrs/zarrs/tree/main/zarrs_data_type"
rust-version = "1.77"
version = "0.4.2"

[package.metadata.docs.rs]
all-features = true