influxdb/ioxd_ingester2/Cargo.toml

26 lines
900 B
TOML

[package]
name = "ioxd_ingester2"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies] # In alphabetical order
arrow-flight = { workspace = true }
async-trait = "0.1"
clap_blocks = { path = "../clap_blocks" }
futures = "0.3.27"
generated_types = { path = "../generated_types" }
hyper = "0.14"
ingester2 = { path = "../ingester2" }
iox_catalog = { path = "../iox_catalog" }
iox_query = { version = "0.1.0", path = "../iox_query" }
ioxd_common = { path = "../ioxd_common" }
metric = { path = "../metric" }
parquet_file = { version = "0.1.0", path = "../parquet_file" }
thiserror = "1.0.39"
tokio = { version = "1.26", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
tokio-util = { version = "0.7.7" }
trace = { path = "../trace" }
workspace-hack = { version = "0.1", path = "../workspace-hack" }