csv 0.15.0

CSV parsing with automatic type based decoding and encoding.
Documentation
[package]
name = "csv"
version = "0.15.0"  #:version
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 = "1"
rustc-serialize = "0.3"
memchr = "1"

[dev-dependencies]
regex = "0.2"