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