[package] name = "compactor" version = "0.1.0" authors = ["Luke Bond "] edition = "2021" [dependencies] arrow = { version = "21.0.0", features = ["prettyprint"] } async-trait = "0.1.57" backoff = { path = "../backoff" } bytes = "1.2" data_types = { path = "../data_types" } datafusion = { path = "../datafusion" } futures = "0.3" iox_catalog = { path = "../iox_catalog" } metric = { path = "../metric" } object_store = "0.4.0" observability_deps = { path = "../observability_deps" } parquet_file = { path = "../parquet_file" } predicate = { path = "../predicate" } iox_query = { path = "../iox_query" } schema = { path = "../schema" } snafu = "0.7" thiserror = "1.0" iox_time = { path = "../iox_time" } tokio = { version = "1.21", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] } tokio-util = { version = "0.7.3" } uuid = { version = "1", features = ["v4"] } workspace-hack = { path = "../workspace-hack"} [dev-dependencies] arrow_util = { path = "../arrow_util" } iox_tests = { path = "../iox_tests" } test_helpers = { path = "../test_helpers" }