# 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.73.0" name = "ndarray-npz" version = "0.3.0" authors = ["Rouven Spreckels "] build = false include = [ "src/**/*.rs", "tests/**/*.rs", "Cargo.toml", "README.md", "RELEASES.md", "LICENSES/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Advanced .npz file format support for n-dimensional arrays." documentation = "https://docs.rs/ndarray-npz" readme = "README.md" keywords = [ "array", "ndarray", "numpy", "npy", "npz", ] categories = [ "encoding", "parser-implementations", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/qu1x/ndarray-npz" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.test] opt-level = 2 [lib] name = "ndarray_npz" path = "src/lib.rs" [[test]] name = "npz" path = "tests/npz.rs" [dependencies.crc32fast] version = "1.4.2" [dependencies.ndarray] version = "0.16.1" [dependencies.ndarray-npy] version = "0.9.1" default-features = false [dependencies.zip] version = "2.2.0" default-features = false [dev-dependencies.aligned-vec] version = "0.6.1" [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"]