zarrs_chunk_key_encoding 0.2.0

The chunk key encoding API 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.91"
name = "zarrs_chunk_key_encoding"
version = "0.2.0"
authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The chunk key encoding API for the zarrs crate"
homepage = "https://zarrs.dev"
documentation = "https://docs.rs/zarrs_chunk_key_encoding"
readme = "README.md"
keywords = [
    "zarr",
    "zarrs",
]
categories = ["encoding"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/zarrs/zarrs/tree/main/zarrs_chunk_key_encoding"
resolver = "2"

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

[dependencies.derive_more]
version = "2.0.0"
features = [
    "deref",
    "display",
    "from",
]

[dependencies.inventory]
version = "0.3.21"

[dependencies.zarrs_metadata]
version = "0.7.2"

[dependencies.zarrs_plugin]
version = "0.4.1"

[dependencies.zarrs_storage]
version = "0.4.2"

[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"