7 rustPlatform.buildRustPackage rec {
8 pname = "protoc-gen-rust-grpc";
12 pname = "grpc-compiler";
14 hash = "sha256-gt+Qa68N5EkqhCAvU2ISvVPT9vYPXMySad4DCyTVHkQ=";
17 cargoHash = "sha256-08xEPc1GaRIYLbIlSRpfBvSQcs16vduJ7v/NDg7Awfs=";
20 description = "Protobuf plugin for generating Rust code for gRPC";
21 homepage = "https://github.com/stepancheg/grpc-rust";
22 license = licenses.mit;
23 maintainers = with maintainers; [ lucperkins ];
24 mainProgram = "protoc-gen-rust-grpc";