7 rustPlatform.buildRustPackage rec {
12 inherit pname version;
13 hash = "sha256-Ui/Z4syhSxemV1R815R+yytDwN2YJBcHGscUYUp/0zE=";
16 cargoHash = "sha256-5Hg0y723wjV13rdEExK2II7EPpzAR29ZCqVgOeuJpO0=";
18 buildFeatures = [ "cli" ];
21 description = "Self-contained Cargo.lock parser with graph analysis";
22 mainProgram = "cargo-lock";
23 homepage = "https://github.com/rustsec/rustsec/tree/main/cargo-lock";
24 changelog = "https://github.com/rustsec/rustsec/blob/cargo-lock/v${version}/cargo-lock/CHANGELOG.md";
25 license = with licenses; [
29 maintainers = with maintainers; [