1 { lib, rustPlatform, fetchCrate }:
3 rustPlatform.buildRustPackage rec {
4 pname = "cargo-license";
9 hash = "sha256-qwyWj0vPWQOZYib2ZZutX25a4wwnG1kFAiRCWqGyVms=";
12 cargoHash = "sha256-ifw/n7eejUWUqhieDLojuO3xgosn28NnjAKkq/ZSLEI=";
15 description = "Cargo subcommand to see license of dependencies";
16 mainProgram = "cargo-license";
17 homepage = "https://github.com/onur/cargo-license";
18 license = with licenses; [ mit ];
19 maintainers = with maintainers; [ basvandijk figsoda matthiasbeyer ];