1 { lib, rustPlatform, fetchCrate }:
3 rustPlatform.buildRustPackage rec {
4 pname = "rust-audit-info";
9 sha256 = "sha256-g7ElNehBAVSRRlqsxkNm20C0KOMkf310bXNs3EN+/NQ=";
12 cargoSha256 = "sha256-bKrdgz6dyv/PF5JXMq7uvsh7SsK/qEd2W7tm6+YYlxg=";
15 description = "A command-line tool to extract the dependency trees embedded in binaries by cargo-auditable";
16 mainProgram = "rust-audit-info";
17 homepage = "https://github.com/rust-secure-code/cargo-auditable/tree/master/rust-audit-info";
18 license = with licenses; [ mit /* or */ asl20 ];
19 maintainers = with maintainers; [ figsoda ];