[package] name = "lifecycle" version = "0.1.0" authors = ["Raphael Taylor-Davies "] edition = "2021" description = "Implements the IOx data lifecycle" [dependencies] data_types = { path = "../data_types" } futures = "0.3" hashbrown = "0.11" internal_types = { path = "../internal_types" } observability_deps = { path = "../observability_deps" } parking_lot = "0.11" time = { path = "../time" } tokio = { version = "1.13", features = ["macros", "time"] } tracker = { path = "../tracker" } [dev-dependencies] tokio = { version = "1.13", features = ["macros", "time", "rt"] }