[package] name = "potatonet-bus" version = "0.4.3" authors = ["Sunli "] description = "PotatoNet is a lightweight microservices framework." edition = "2018" publish = true license = "MIT" homepage = "https://github.com/sunli829/potatonet" repository = "https://github.com/sunli829/potatonet" keywords = ["rpc", "network", "macroservice"] categories = ["network-programming"] [dependencies] potatonet-common = { version = "0.4.3", path = "../potatonet-common" } async-std = { version = "1.4.0", features = ["attributes", "unstable"] } rand = "0.7.2" anyhow = "1.0.26" futures = "0.3.1" slab = "0.4.2" bytes = { version = "0.5.3", features = ["serde"] } rmp-serde = "0.14.0" env_logger = "0.7.1" log = "0.4.8" dotenv = "0.15.0"