influxdb/query_functions/Cargo.toml

24 lines
697 B
TOML
Raw Normal View History

[package]
name = "query_functions"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
arrow = { version = "23.0.0", features = ["prettyprint"] }
chrono = { version = "0.4", default-features = false }
datafusion = { path = "../datafusion" }
itertools = "0.10.5"
observability_deps = { path = "../observability_deps" }
once_cell = "1"
regex = "1"
regex-syntax = "0.6.27"
schema = { path = "../schema" }
snafu = "0.7"
workspace-hack = { path = "../workspace-hack"}
[dev-dependencies]
tokio = { version = "1.21", features = ["macros", "parking_lot"] }
datafusion_util = { path = "../datafusion_util" }