7 rustPlatform.buildRustPackage rec {
8 pname = "protoc-gen-prost-crate";
12 inherit pname version;
13 sha256 = "sha256-MtGeU2PnVYPXb3nly2UaryjmjMz1lxcvYDjFiwf58FA=";
16 cargoSha256 = "sha256-dcKJRX/iHIWEmBD2nTMyQozxld8b7dhxxB85quPUysg=";
19 description = "A protoc plugin that generates Cargo crates and include files for `protoc-gen-prost`";
20 mainProgram = "protoc-gen-prost-crate";
21 homepage = "https://github.com/neoeinstein/protoc-gen-prost";
22 changelog = "https://github.com/neoeinstein/protoc-gen-prost/blob/main/CHANGELOG.md";
23 license = licenses.asl20;
24 maintainers = with maintainers; [ felschr sitaaax ];