[package] name = "garbage_collector" version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true [dependencies] chrono = { version = "0.4", default-features = false } chrono-english = "0.1.4" clap = { version = "4", features = ["derive", "env"] } data_types = { path = "../data_types" } futures = "0.3" humantime = "2.1.0" iox_catalog = { path = "../iox_catalog" } object_store = { version = "0.5.1" } observability_deps = { path = "../observability_deps" } snafu = "0.7" tokio = { version = "1", features = ["macros", "rt", "sync"] } tokio-stream = "0.1" tokio-util = { version = "0.7.4" } uuid = { version = "1", features = ["v4"] } [dev-dependencies] clap_blocks = { path = "../clap_blocks" } data_types = { path = "../data_types" } filetime = "0.2" metric = { path = "../metric" } once_cell = { version = "1.16.0", features = ["parking_lot"] } parquet_file = { path = "../parquet_file" } tempfile = "3"