[package] name = "ioxd_ingester2" version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true [dependencies] # In alphabetical order async-trait = "0.1" clap_blocks = { path = "../clap_blocks" } futures = "0.3.26" 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.38" tokio = { version = "1.25", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] } tokio-util = { version = "0.7.5" } trace = { path = "../trace" } workspace-hack = { path = "../workspace-hack"}