# 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" name = "npyz" version = "0.8.3" authors = [ "Michael Lamparski ", "Pavel Potocek ", ] description = "NumPy file format (de-)serialization. Fork of outdated npy-rs." homepage = "https://github.com/ExpHP/npyz" documentation = "https://docs.rs/npyz/" readme = "README.md" keywords = [ "numpy", "npy", "ndarray", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/ExpHP/npyz" [package.metadata.docs.rs] all-features = true [[example]] name = "structured" required-features = ["derive"] [[example]] name = "roundtrip" required-features = ["derive"] [[example]] name = "sparse-sprs" required-features = ["npz"] [[test]] name = "derive_hygiene" required-features = ["derive"] [[test]] name = "roundtrip" required-features = [ "derive", "half", ] [[test]] name = "serialize_array" required-features = ["derive"] [[test]] name = "npz" required-features = ["npz"] [[test]] name = "sparse" required-features = ["npz"] [[bench]] name = "bench" harness = false [dependencies.arrayvec] version = "0.7.2" optional = true [dependencies.byteorder] version = "1" [dependencies.half] version = "2.1.0" optional = true [dependencies.npyz-derive] version = "0.7.0" optional = true default-features = false [dependencies.num-bigint] version = "0.4" [dependencies.num-complex] version = "0.4" optional = true [dependencies.py_literal] version = "0.4" [dev-dependencies.bencher] version = "0.1" [dev-dependencies.ndarray] version = "0.15" [dev-dependencies.sprs] version = "0.11" default-features = false [features] arrayvec = ["dep:arrayvec"] complex = ["dep:num-complex"] default = [] derive = ["dep:npyz-derive"] half = ["dep:half"] npz = ["dep:zip"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.zip] version = "0.6" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.zip] version = "0.6" default-features = true [target."cfg(target_arch = \"wasm32\")".dependencies.zip] version = "0.6" features = ["deflate"] optional = true default-features = false [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.zip] version = "0.6" features = ["deflate"] default-features = false