2021-05-05 16:59:12 +00:00
|
|
|
[package]
|
|
|
|
name = "datafusion"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Andrew Lamb <andrew@nerdnetworks.org>"]
|
|
|
|
edition = "2018"
|
|
|
|
description = "Re-exports datafusion at a specific version"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
|
|
|
# Rename to workaround doctest bug
|
2021-10-07 16:48:11 +00:00
|
|
|
# Turn off optional datafusion features (e.g. don't get support for crypo functions or avro)
|
2021-10-19 17:14:08 +00:00
|
|
|
upstream = { git = "https://github.com/apache/arrow-datafusion.git", rev="57d7777fc0ce94e783a7f447631624c354b0b906", default-features = false, package = "datafusion" }
|