[package]
name = "datafusion-expr"
description = "DataFusion is an in-memory query engine that uses Apache Arrow as the memory model"
version = "7.0.0"
homepage = "https://github.com/apache/arrow-datafusion"
repository = "https://github.com/apache/arrow-datafusion"
readme = "../README.md"
authors = ["Apache Arrow <dev@arrow.apache.org>"]
license = "Apache-2.0"
keywords = [ "arrow", "query", "sql" ]
edition = "2021"
rust-version = "1.58"
[lib]
name = "datafusion_expr"
path = "src/lib.rs"
[features]
[dependencies]
datafusion-common = { path = "../datafusion-common", version = "7.0.0" }
arrow = { version = "9.0.0", features = ["prettyprint"] }
sqlparser = "0.14"
ahash = { version = "0.7", default-features = false }