data_reader 0.3.0

A data loading library for data scientist.
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]
edition = "2018"
name = "data_reader"
version = "0.3.0"
authors = ["rcarson3 <rac428@cornell.edu>"]
exclude = ["*.txt", "/tests/*", "/benches/*"]
publish = true
description = "A data loading library for data scientist."
readme = "README.md"
keywords = ["data-reader"]
categories = ["data-structures", "science"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rcarson3/rust_data_reader/"
[dependencies.bytecount]
version = "0.5.1"

[dependencies.failure]
version = "0.1.5"

[dependencies.lexical]
version = "2.1.0"

[dependencies.memchr]
version = "2.2.0"
[dev-dependencies.criterion]
version = "0.2.10"