1 { lib, rustPlatform, fetchCrate, libbfd, libopcodes, libunwind }:
3 rustPlatform.buildRustPackage rec {
4 pname = "cargo-bolero";
9 sha256 = "sha256-BuqbM55P/st+4XUSCwrqILUUCfwvSlxhKQFO+IZLa8U=";
12 cargoSha256 = "sha256-+TxMOKoId13meXqmr1QjDZMNqBnPEDQF1VSPheq8Ji0=";
14 buildInputs = [ libbfd libopcodes libunwind ];
17 description = "Fuzzing and property testing front-end framework for Rust";
18 mainProgram = "cargo-bolero";
19 homepage = "https://github.com/camshaft/bolero";
20 license = with licenses; [ mit ];
21 maintainers = with maintainers; [ ekleog ];