[package] name = "peer-monitoring-service-client" version = "0.2.7" authors = ["Aptos Labs "] description = "The Aptos peer monitoring service (client-side)" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" license = "Apache-2.0" edition = "2018" [dependencies] async-trait = "0.1.42" thiserror = "1.0.24" aptos-config = { version = "0.2.1", path = "../../../config" } aptos-types = { version = "0.2.1", path = "../../../types" } channel = { version = "0.2.1", path = "../../../crates/channel", package = "aptos-channel" } network = { version = "0.2.1", path = "../../../network", package = "aptos-network" } peer-monitoring-service-types = { version = "0.2.1", path = "../types" }