[dependencies.crc32fast]
version = "1.4.2"
[dependencies.ndarray]
version = "0.16.1"
[dependencies.ndarray-npy]
default-features = false
version = "0.9.1"
[dependencies.zip]
default-features = false
version = "2.5.0"
[dev-dependencies.aligned-vec]
version = "0.6.4"
[dev-dependencies.memmap2]
version = "0.9.5"
[features]
compressed = ["zip/deflate"]
default = ["compressed", "num-complex-0_4"]
num-complex-0_4 = ["ndarray-npy/num-complex-0_4"]
[lib]
name = "ndarray_npz"
path = "src/lib.rs"
[package]
authors = ["Rouven Spreckels <rs@qu1x.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "parser-implementations", "science"]
description = "Advanced .npz file format support for n-dimensional arrays."
documentation = "https://docs.rs/ndarray-npz"
edition = "2024"
include = ["src/**/*.rs", "tests/**/*.rs", "Cargo.toml", "README.md", "RELEASES.md", "LICENSES/*"]
keywords = ["array", "ndarray", "numpy", "npy", "npz"]
license = "MIT OR Apache-2.0"
name = "ndarray-npz"
readme = "README.md"
repository = "https://github.com/qu1x/ndarray-npz"
rust-version = "1.85.0"
version = "0.4.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[profile.test]
opt-level = 2
[[test]]
name = "npz"
path = "tests/npz.rs"