ttv 0.4.0

Create train, test and validation sets from text files
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 = "ttv"
version = "0.4.0"
authors = ["Ben Sully <ben@bsull.io>"]
description = "Create train, test and validation sets from text files"
readme = "README.md"
keywords = ["cli", "data", "machine-learning"]
license = "MIT/Apache-2.0"
repository = "https://github.com/sd2k/ttv"
[dependencies.clap]
version = "2.33.1"
features = ["yaml"]

[dependencies.csv]
version = "1.1.3"

[dependencies.env_logger]
version = "0.7.1"

[dependencies.flate2]
version = "1.0.14"

[dependencies.indicatif]
version = "0.14.0"

[dependencies.jemallocator]
version = "0.3.2"

[dependencies.log]
version = "0.4.8"

[dependencies.rand]
version = "0.7.3"

[dependencies.rand_chacha]
version = "0.2.2"

[dependencies.rayon]
version = "1.3.0"

[dependencies.structopt]
version = "0.3.14"

[dependencies.try_from]
version = "0.3.2"