11 rustPlatform.buildRustPackage rec {
12 pname = "cargo-bolero";
16 inherit pname version;
17 hash = "sha256-ta0H6V7Zg/Jnu3973eYJXGwwQcqZnDTlsmWAHkQr2EA=";
20 cargoHash = "sha256-5F72vjEu0qrE3fYPbiw/UFUUnAZcEBcuhDkuqqCBbrM=";
29 updateScript = nix-update-script { };
33 description = "Fuzzing and property testing front-end framework for Rust";
34 mainProgram = "cargo-bolero";
35 homepage = "https://github.com/camshaft/bolero";
36 license = with licenses; [ mit ];
37 maintainers = with maintainers; [ ekleog ];