[package]
name = "xsv"
version = "0.4.2"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A high performance CSV command line toolkit."
documentation = "http://burntsushi.net/rustdoc/xsv/"
homepage = "https://github.com/BurntSushi/xsv"
repository = "https://github.com/BurntSushi/xsv"
readme = "README.md"
keywords = ["csv", "tsv", "slice", "command"]
license = "Unlicense"
[profile.release]
opt-level = 3
lto = true
[profile.test]
opt-level = 2
[dependencies]
csv = "0.*"
streaming-stats = "0.1.*"
tabwriter = "0.1.*"
docopt = "0.6.*"
quickcheck = "0.1.*"
[[bin]]
name = "xsv"
test = false
[[test]]
name = "tests"