6 rustPlatform.buildRustPackage rec {
7 pname = "cargo-machete";
10 src = fetchFromGitHub {
12 repo = "cargo-machete";
14 hash = "sha256-qOWa2Q7B073b5UssRnUkk24+PkIzl+czWGCcORUc55w=";
17 cargoHash = "sha256-q5oC2leWjsCFrwJ9ITeEjxtnnvfDrGyyKNR4kAXBQ6Q=";
19 # tests require internet access
23 description = "Cargo tool that detects unused dependencies in Rust projects";
24 mainProgram = "cargo-machete";
25 homepage = "https://github.com/bnjbvr/cargo-machete";
26 changelog = "https://github.com/bnjbvr/cargo-machete/blob/${src.rev}/CHANGELOG.md";
27 license = licenses.mit;
28 maintainers = with maintainers; [ figsoda matthiasbeyer ];