6 rustPlatform.buildRustPackage rec {
11 inherit pname version;
12 hash = "sha256-U9+7k7dQ6YFfsKMfFMg34g42qLvn+mcSRlAAys3eXNo=";
15 cargoHash = "sha256-sNOw19gxj+cEctxhXNWI8u15VJYlN8nSNl6Ha9sB/eE=";
17 buildFeatures = [ "bin" ];
19 # tests are not included in the crate source
23 description = "A rust implementation of the protobuf compiler";
24 mainProgram = "protox";
25 homepage = "https://github.com/andrewhickman/protox";
26 changelog = "https://github.com/andrewhickman/protox/blob/${version}/CHANGELOG.md";
27 license = with licenses; [ asl20 mit ];
28 maintainers = with maintainers; [ figsoda ];