[[bin]]
name = "zarrs_ncvar2zarr"
required-features = ["ncvar2zarr"]
[dependencies.clap]
features = ["derive"]
version = "4.4.6"
[dependencies.futures]
version = "0.3.29"
[dependencies.indicatif]
features = ["rayon"]
version = "0.17.7"
[dependencies.netcdf]
features = ["static"]
optional = true
version = "0.9.0"
[dependencies.object_store]
features = ["http"]
version = "0.9.0"
[dependencies.rayon]
version = "1.8.0"
[dependencies.serde_json]
version = "1.0.107"
[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.34.0"
[dependencies.zarrs]
features = ["async", "object_store"]
version = "0.11.3"
[features]
ncvar2zarr = ["dep:netcdf"]
[package]
authors = ["Lachlan Deakin <ljdgit@gmail.com>"]
categories = ["command-line-utilities", "encoding"]
description = "Tools for creating and manipulating Zarr V3 data"
documentation = "https://docs.rs/zarrs_tools"
edition = "2021"
keywords = ["zarr"]
license = "MIT OR Apache-2.0"
name = "zarrs_tools"
readme = "README.md"
repository = "https://github.com/LDeakin/zarrs_tools"
rust-version = "1.71"
version = "0.2.2"
[profile.dist]
inherits = "release"
lto = "thin"