# 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 = "npy-writer" version = "0.1.2" authors = ["Alex Nichol "] exclude = [".vscode"] description = "Export numpy arrays in the npy or npz format." homepage = "https://github.com/unixpickle/npy-writer" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/unixpickle/npy-writer" resolver = "2" [dependencies.ndarray] version = "0.15.0" optional = true [dependencies.zip] version = "0.6.3" optional = true [features] full = [ "ndarray", "zip", ] ndarray = ["dep:ndarray"] zip = ["dep:zip"]