[package] name = "tron-grpc" version = "0.0.11" edition = "2021" description = "the gRPC types and the client for TRON protocol" license = "LGPL-3.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] prost-types = { version = "0.12.3" } prost = { version = "0.12.3" } tonic = { version = "0.11.0" } serde = { version = "1", features = ["derive"] } [build-dependencies] tonic-build = { version = "0.11.0" } prost-build = { version = "0.12.3" }