# 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.64" name = "ndarray-npy" version = "0.9.1" authors = ["Jim Turner "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = ".npy and .npz file format support for ndarray" documentation = "https://docs.rs/ndarray-npy" readme = "README.md" keywords = [ "npy", "npz", "ndarray", "numpy", "array", ] categories = [ "parser-implementations", "encoding", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jturner314/ndarray-npy" [lib] name = "ndarray_npy" path = "src/lib.rs" [[example]] name = "mmap_large" path = "examples/mmap_large.rs" [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "simple_npz" path = "examples/simple_npz.rs" required-features = ["npz"] [[test]] name = "integration" path = "tests/integration/main.rs" [dependencies.byteorder] version = "1.3.2" [dependencies.ndarray] version = "0.16" [dependencies.num-complex-0_4] version = "0.4" optional = true package = "num-complex" [dependencies.num-traits] version = "0.2" [dependencies.py_literal] version = "0.4" [dependencies.zip] version = "2" optional = true default-features = false [dev-dependencies.memmap2] version = "0.9" [dev-dependencies.tempfile] version = "3.2" [features] compressed_npz = [ "npz", "zip/deflate", ] default = [ "compressed_npz", "num-complex-0_4", ] npz = ["zip"]