xsv 0.13.0

A high performance CSV command line toolkit.
# 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 = "xsv"
version = "0.13.0"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
homepage = "https://github.com/BurntSushi/xsv"
documentation = "http://burntsushi.net/rustdoc/xsv/"
readme = "README.md"
keywords = ["csv", "tsv", "slice", "command"]
license = "Unlicense/MIT"
repository = "https://github.com/BurntSushi/xsv"
[profile.test]
opt-level = 3

[profile.release]
opt-level = 3
debug = true

[[bin]]
name = "xsv"
test = false
doctest = false
bench = false

[[test]]
name = "tests"
[dependencies.threadpool]
version = "1.3"

[dependencies.serde]
version = "1"

[dependencies.csv-index]
version = "0.1.5"

[dependencies.num_cpus]
version = "1.4"

[dependencies.csv]
version = "1"

[dependencies.tabwriter]
version = "1"

[dependencies.byteorder]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.filetime]
version = "0.1"

[dependencies.rand]
version = "0.4"

[dependencies.streaming-stats]
version = "0.2"

[dependencies.serde_derive]
version = "1"

[dependencies.docopt]
version = "1"

[dependencies.chan]
version = "0.1"
[dev-dependencies.log]
version = "0.4"

[dev-dependencies.quickcheck]
version = "0.6"
default-features = false