6 rustPlatform.buildRustPackage rec {
7 pname = "cargo-all-features";
11 inherit pname version;
12 hash = "sha256-/w3Xd7PXUNtqzRYmUqJtth+GDuXSnsk1NiYCTYsHuAQ=";
15 cargoHash = "sha256-d69jj2FGptjndJG1tq3Fb/8F3kuFXN5otsYGhXYhhZg=";
18 description = "A Cargo subcommand to build and test all feature flag combinations";
19 homepage = "https://github.com/frewsxcv/cargo-all-features";
20 license = with licenses; [ asl20 /* or */ mit ];
21 maintainers = with maintainers; [ figsoda matthiasbeyer ];