2022-04-03 10:42:22 +00:00
|
|
|
[package]
|
|
|
|
name = "ioxd_ingester"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
# Workspace dependencies, in alphabetical order
|
|
|
|
clap_blocks = { path = "../clap_blocks" }
|
2022-05-05 19:29:24 +00:00
|
|
|
data_types = { path = "../data_types" }
|
2022-04-03 10:42:22 +00:00
|
|
|
ingester = { path = "../ingester" }
|
|
|
|
iox_catalog = { path = "../iox_catalog" }
|
|
|
|
ioxd_common = { path = "../ioxd_common" }
|
|
|
|
metric = { path = "../metric" }
|
2022-09-13 12:34:54 +00:00
|
|
|
object_store = "0.5.0"
|
2022-05-18 09:38:35 +00:00
|
|
|
iox_query = { path = "../iox_query" }
|
2022-04-03 10:42:22 +00:00
|
|
|
trace = { path = "../trace" }
|
|
|
|
write_buffer = { path = "../write_buffer" }
|
|
|
|
|
|
|
|
# Crates.io dependencies, in alphabetical order
|
|
|
|
async-trait = "0.1"
|
|
|
|
hyper = "0.14"
|
2022-09-29 10:37:14 +00:00
|
|
|
thiserror = "1.0.37"
|
2022-04-03 10:42:22 +00:00
|
|
|
workspace-hack = { path = "../workspace-hack"}
|