[package]
name = "datafusion"
version = "0.1.0"
authors = ["Andy Grove <andygrove73@gmail.com>", "bgardner@squarelabs.net"]
description = "DataFusion is a datasource-agnostic distributed query planning and execution framework for Rust"
homepage = "https://github.com/andygrove/datafusion-rs"
documentation = "https://github.com/andygrove/datafusion-rs"
license = "Apache-2.0"
repository = "https://github.com/andygrove/datafusion-rs"
[lib]
name = "datafusion"
path = "src/lib.rs"
[[bin]]
name = "worker"
path = "src/worker.rs"
[dependencies.csv]
version = "1.0.0-beta.5"
[dependencies.futures]
version = "0.1.14"
[dependencies.hyper]
version = "0.11.2"
[dependencies.serde]
version = "1.0"
[dependencies.serde_derive]
version = "1.0"
[dependencies.serde_json]
version = "1.0"