# 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 = "2021" rust-version = "1.77" name = "zarrs_metadata" version = "0.2.0" authors = ["Lachlan Deakin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Zarr metadata support for the zarrs crate" documentation = "https://docs.rs/zarrs_object_store" readme = "README.md" keywords = [ "zarr", "zarrs", "metadata", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/LDeakin/zarrs" [lib] name = "zarrs_metadata" path = "src/lib.rs" [dependencies.derive_more] version = "1.0.0" features = [ "display", "from", ] [dependencies.half] version = "2.0.0" features = ["bytemuck"] [dependencies.monostate] version = "0.1.0" [dependencies.num] version = "0.4.1" [dependencies.serde] version = "1.0.185" features = ["derive"] [dependencies.serde_json] version = "1.0.71" features = [ "float_roundtrip", "preserve_order", ] [dependencies.serde_repr] version = "0.1.19" [dependencies.thiserror] version = "2.0.0" [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" unused_variables = "warn"