[package]
name = "arrow"
version = "0.12.0"
description = "Rust implementation of Apache Arrow"
homepage = "https://github.com/apache/arrow"
repository = "https://github.com/apache/arrow"
authors = ["Apache Arrow <dev@arrow.apache.org>"]
license = "Apache-2.0"
keywords = [ "arrow" ]
include = [
"src/**/*.rs",
"Cargo.toml",
]
edition = "2018"
[lib]
name = "arrow"
path = "src/lib.rs"
[dependencies]
bytes = "0.4"
libc = "0.2"
serde = { version = "1.0.80", features = ["alloc", "rc"] }
serde_derive = "1.0.80"
serde_json = "1.0.13"
rand = "0.5"
csv = "1.0.0"
num = "0.2"
regex = "1.1"
lazy_static = "1.2"
[dev-dependencies]
criterion = "0.2"
lazy_static = "1"
[[bench]]
name = "array_from_vec"
harness = false
[[bench]]
name = "builder"
harness = false