# 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] name = "ndarray-csv" version = "0.5.3" authors = ["Paul Kernfeld "] description = "Easily read and write homogeneous CSV data to and from 2D ndarrays" documentation = "https://docs.rs/ndarray-csv" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/paulkernfeld/ndarray-csv" [dependencies.csv] version = "1" [dependencies.either] version = "1" [dependencies.ndarray] version = ">= 0.7, < 0.17" [dependencies.serde] version = "1" [dev-dependencies.matches] version = "0.1"