[package]
name = "csv"
version = "0.14.7"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "CSV parsing with automatic type based decoding and encoding."
documentation = "http://burntsushi.net/rustdoc/csv/"
homepage = "https://github.com/BurntSushi/rust-csv"
repository = "https://github.com/BurntSushi/rust-csv"
readme = "README.md"
keywords = ["csv", "tsv", "comma", "parser", "delimited"]
license = "Unlicense/MIT"
[lib]
name = "csv"
bench = false
[[bin]]
name = "bench-large"
path = "bench_large/huge.rs"
test = false
bench = false
doc = false
[dependencies]
byteorder = "0.5"
rustc-serialize = "0.3"
[dev-dependencies]
regex = "0.1"
[profile.bench]
opt-level = 3
lto = true
[profile.release]
opt-level = 3
lto = true