influxdb/service_common/Cargo.toml

22 lines
613 B
TOML
Raw Normal View History

[package]
name = "service_common"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies] # In alphabetical order
async-trait = "0.1.63"
arrow-flight = { workspace = true, features = ["flight-sql-experimental"] }
bytes = "1.3"
datafusion = { workspace = true }
iox_query = { path = "../iox_query" }
flightsql = { path = "../flightsql" }
metric = { path = "../metric" }
parking_lot = "0.12"
predicate = { path = "../predicate" }
tonic = "0.8"
trace = { path = "../trace" }
tracker = { path = "../tracker" }
workspace-hack = { path = "../workspace-hack"}