[package] name = "ingester" version = "0.1.0" authors = ["Nga Tran "] edition = "2021" [dependencies] arrow = { version = "11", features = ["prettyprint"] } arrow-flight = "11" arrow_util = { path = "../arrow_util" } async-trait = "0.1.53" backoff = { path = "../backoff" } base64 = "0.13" bytes = "1.0" datafusion = { path = "../datafusion" } data_types2 = { path = "../data_types2" } futures = "0.3" generated_types = { path = "../generated_types" } chrono = { version = "0.4", default-features = false } dml = { path = "../dml" } hyper = "0.14" iox_catalog = { path = "../iox_catalog" } iox_object_store = { path = "../iox_object_store" } metric = { path = "../metric" } mutable_batch = { path = "../mutable_batch"} mutable_batch_lp = { path = "../mutable_batch_lp" } object_store = { path = "../object_store" } observability_deps = { path = "../observability_deps" } parking_lot = "0.12" parquet = "11" parquet_file = { path = "../parquet_file" } pin-project = "1.0" predicate = { path = "../predicate" } prost = "0.9" query = { path = "../query" } schema = { path = "../schema" } snafu = "0.7" thiserror = "1.0" time = { path = "../time" } tokio = { version = "1.17", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] } tonic = { version = "0.6" } tracker = { path = "../tracker" } uuid = { version = "0.8", features = ["v4"] } workspace-hack = { path = "../workspace-hack"} write_buffer = { path = "../write_buffer" } write_summary = { path = "../write_summary" } tokio-util = { version = "0.7.1" } trace = { path = "../trace" } [dev-dependencies] assert_matches = "1.5.0" bitflags = {version = "1.3.2"} lazy_static = "1.4.0" paste = "1.0.7" test_helpers = { path = "../test_helpers", features = ["future_timeout"] } tokio-stream = {version = "0.1.8", default_features = false }