1 { fetchCrate, lib, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
4 pname = "protoc-gen-rust-grpc";
8 pname = "grpc-compiler";
10 hash = "sha256-gt+Qa68N5EkqhCAvU2ISvVPT9vYPXMySad4DCyTVHkQ=";
13 cargoHash = "sha256-08xEPc1GaRIYLbIlSRpfBvSQcs16vduJ7v/NDg7Awfs=";
16 description = "Protobuf plugin for generating Rust code for gRPC";
17 homepage = "https://github.com/stepancheg/grpc-rust";
18 license = licenses.mit;
19 maintainers = with maintainers; [ lucperkins ];
20 mainProgram = "protoc-gen-rust-grpc";