blob: b7b97fb9656b4061c842fae761b68a2f990b3ee1 [file] [log] [blame]
[package]
name = "csv"
version = "1.0.0-beta.5" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Fast CSV parsing with support for serde."
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", "comma", "parser", "delimited", "serde"]
license = "Unlicense/MIT"
categories = ["encoding", "parser-implementations"]
[badges]
travis-ci = { repository = "BurntSushi/rust-csv" }
appveyor = { repository = "BurntSushi/rust-csv" }
[lib]
bench = false
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { path = "../../sgx_tstd" }
[dependencies]
csv-core = { path = "csv-core", version = "0.1.3" }
serde = { path = "../serde-rs/serde/serde" }
[dev-dependencies]
serde_derive = "1"
serde_bytes = "0.10"
[profile.release]
debug = true
[profile.bench]
debug = true