influxdb/ioxd_ingester2/Cargo.toml

24 lines
796 B
TOML
Raw Normal View History

2022-11-30 21:28:23 +00:00
[package]
name = "ioxd_ingester2"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
2022-11-30 21:59:36 +00:00
[dependencies] # In alphabetical order
async-trait = "0.1"
clap_blocks = { path = "../clap_blocks" }
futures = "0.3.26"
2022-11-30 21:59:36 +00:00
hyper = "0.14"
ingester2 = { path = "../ingester2" }
iox_catalog = { path = "../iox_catalog" }
iox_query = { version = "0.1.0", path = "../iox_query" }
2022-11-30 21:59:36 +00:00
ioxd_common = { path = "../ioxd_common" }
metric = { path = "../metric" }
parquet_file = { version = "0.1.0", path = "../parquet_file" }
thiserror = "1.0.38"
tokio = { version = "1.25", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
tokio-util = { version = "0.7.5" }
2022-11-30 21:59:36 +00:00
trace = { path = "../trace" }
2022-11-30 21:28:23 +00:00
workspace-hack = { path = "../workspace-hack"}