7 rustPlatform.buildRustPackage rec {
8 pname = "protoc-gen-prost-serde";
12 inherit pname version;
13 sha256 = "sha256-V2Z6m9y/bBwrr1mgKXKZjVg+LqTe+GalN/AeaICyE64=";
16 cargoSha256 = "sha256-l27+Rs4TYIJXZVLj7Tjw8M5+7ivWEY0TXbLtbuzwxLw=";
19 description = "A protoc plugin that generates serde serialization implementations for `protoc-gen-prost`";
20 mainProgram = "protoc-gen-prost-serde";
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 ];