zarrs_plugin 0.2.2

The plugin API for the zarrs crate
Documentation
[dependencies.thiserror]
version = "2.0.12"

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