[package] name = "prost-example" version = "0.5.0" edition = "2018" authors = ["kingxsp , Yuki Okushi "] [dependencies] bytes = "0.5" env_logger = "*" prost = "0.6.0" prost-derive = "0.6.0" actix = "0.9" actix-rt = "1" actix-web = "2" actix-protobuf = { path="../../" }