[package] name = "client_util" version = "0.1.0" authors = ["Raphael Taylor-Davies "] description = "Shared code for IOx clients" edition = "2021" [dependencies] http = "0.2.8" reqwest = { version = "0.11", default-features = false, features = ["stream", "rustls-tls"] } thiserror = "1.0.37" tonic = { version = "0.8" } tower = "0.4" workspace-hack = { path = "../workspace-hack"} [dev-dependencies] tokio = { version = "1.21", features = ["macros", "parking_lot", "rt-multi-thread"] } mockito = "0.31"