[package]
name = "datafusion"
version = "0.4.0"
authors = ["Andy Grove <andygrove73@gmail.com>"]
include = ["src/**/*.rs", "Cargo.toml"]
description = "DataFusion is a modern distributed compute platform that uses Apache Arrow as the memory model"
homepage = "https://github.com/andygrove/datafusion"
documentation = "https://datafusion.rs/docs/datafusion"
keywords = ["distributed", "query", "data", "processing", "sql"]
license = "Apache-2.0"
repository = "https://github.com/andygrove/datafusion"
[lib]
name = "datafusion"
path = "src/lib.rs"
[dependencies.datafusion-arrow]
version = "0.12.1"
[dependencies.serde]
version = "1.0.80"
features = ["alloc", "rc"]
[dependencies.serde_derive]
version = "1.0.80"
[dependencies.serde_json]
version = "1.0.33"
[dev-dependencies.criterion]
version = "0.2.0"