7 rustPlatform.buildRustPackage rec {
8 pname = "protoc-gen-rust";
13 pname = "protobuf-codegen";
14 sha256 = "sha256-9Rf7GI/qxoqlISD169TJwUVAdJn8TpxTXDNxiQra2UY=";
17 cargoSha256 = "sha256-i1ZIEbU6tw7xA1w+ffD/h1HIkOwVep9wQJys9Bydvv0=";
19 cargoBuildFlags = ["--bin" pname];
21 nativeBuildInputs = [ protobuf ];
24 description = "Protobuf plugin for generating Rust code";
25 homepage = "https://github.com/stepancheg/rust-protobuf";
26 license = licenses.mit;
27 maintainers = with maintainers; [ lucperkins ];