7 rustPlatform.buildRustPackage rec {
8 pname = "protoc-gen-rust";
13 pname = "protobuf-codegen";
14 sha256 = "sha256-DaydUuENqmN812BgQmpewRPhkq9lT6+g+VPuytLc25Y=";
17 cargoSha256 = "sha256-kzc2Wd+Y3mNmOHxRj5R1LIbvXz5NyGcRnz2e0jdfdPg=";
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 ];