influxdb/predicate/Cargo.toml

26 lines
718 B
TOML

[package]
name = "predicate"
version = "0.1.0"
edition = "2021"
[dependencies]
arrow = { version = "11", features = ["prettyprint"] }
chrono = { version = "0.4", default-features = false }
data_types = { path = "../data_types" }
datafusion = { path = "../datafusion" }
datafusion_util = { path = "../datafusion_util" }
itertools = "0.10"
observability_deps = { path = "../observability_deps" }
ordered-float = "2"
regex = "1"
regex-syntax = "0.6.25"
schema = { path = "../schema" }
serde_json = "1.0.79"
snafu = "0.7"
sqlparser = "0.15.0"
workspace-hack = { path = "../workspace-hack"}
[dev-dependencies]
test_helpers = { path = "../test_helpers" }
tokio = { version = "1.17", features = ["macros", "parking_lot"] }