blob: 285f2225b0a48dfc6c37155ca2af26f343b1b1ac [file] [log] [blame]
[package]
name = "csv-index"
version = "0.1.4" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "On disk CSV indexing data structures."
documentation = "https://docs.rs/csv-index"
homepage = "https://github.com/BurntSushi/rust-csv"
repository = "https://github.com/BurntSushi/rust-csv"
readme = "README.md"
keywords = ["csv", "comma", "parser", "delimited", "index"]
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]
byteorder = { path = "../../byteorder", version = "1" }
csv = { path = "..", version = "1.0.0-beta.5" }
[profile.release]
debug = true
[profile.bench]
debug = true