datafusion 0.1.6

DataFusion is a datasource-agnostic distributed query processing framework for Rust inspired by Apache Spark
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "datafusion"
version = "0.1.6"
authors = ["Andy Grove <andygrove73@gmail.com>"]
description = "DataFusion is a datasource-agnostic distributed query processing framework for Rust inspired by Apache Spark"
homepage = "https://datafusion.rs"
keywords = ["distributed", "query", "data", "processing", "spark"]
license = "Apache-2.0"
repository = "https://github.com/andygrove/datafusion-rs"

[lib]
name = "datafusion"
path = "src/lib.rs"

[[bin]]
name = "worker"
path = "src/bin/worker/main.rs"

[[bin]]
name = "console"
path = "src/bin/console/main.rs"

[[bench]]
name = "dataframe_bench"
harness = false

[[bench]]
name = "sql_bench"
harness = false
[dependencies.clap]
version = "2.29.4"

[dependencies.csv]
version = "1.0.0-beta.5"

[dependencies.etcd]
version = "0.8.0"

[dependencies.futures]
version = "0.1.18"

[dependencies.futures-timer]
version = "0.1"

[dependencies.hyper]
version = "0.11.2"

[dependencies.rprompt]
version = "1.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio-core]
version = "0.1.2"

[dependencies.uuid]
version = "0.6.0-beta"
features = ["v5"]
[dev-dependencies.criterion]
version = "0.2.0"