[package] name = "tracker" version = "0.1.0" authors = ["Raphael Taylor-Davies "] edition = "2021" description = "Utilities for tracking resource utilisation within IOx" [dependencies] futures = "0.3" hashbrown = "0.12" lock_api = "0.4.7" metric = { path = "../metric" } observability_deps = { path = "../observability_deps" } parking_lot = "0.12" pin-project = "1.0" iox_time = { path = "../iox_time" } tokio = { version = "1.19", features = ["macros", "parking_lot", "sync", "time"] } tokio-util = { version = "0.7.2" } workspace-hack = { path = "../workspace-hack"} [dev-dependencies] # Need the multi-threaded executor for testing tokio = { version = "1.19", features = ["macros", "parking_lot", "rt-multi-thread", "time"] }