ndarray-csv 0.2.2

Easily read and write homogeneous CSV data to and from 2D ndarrays
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "ndarray-csv"
version = "0.2.2"
authors = ["Paul Kernfeld <paulkernfeld@gmail.com>"]
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.failure]
version = "0.1"

[dependencies.ndarray]
version = "0.12"

[dependencies.serde]
version = "1"
[dev-dependencies.matches]
version = "0.1"