1 { fetchCrate, lib, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
9 sha256 = "sha256-R3a87nXCnGhdeyR7409hFR5Cj3TFUWqaLNOtlXPsvto=";
12 cargoHash = "sha256-u5Pd967qxjqFl9fV/KkClLDBwKql7p66WqbIVBvWKuM=";
15 description = "Converts cargo's json output (from stdin) to JUnit XML (to stdout).";
16 mainProgram = "cargo2junit";
17 homepage = "https://github.com/johnterickson/cargo2junit";
18 license = licenses.mit;
19 maintainers = with maintainers; [ alekseysidorov ];