10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitLab {
18 hash = "sha256-MrkYGUd1jsAqIVYWe7YDZaq7NPv/mHQqLS7GFrYYIo8=";
21 cargoHash = "sha256-yxftWLGIFt4QO1XKXpBcKnTEiL0x9RKGRCMEO/H1PEU=";
29 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
30 darwin.apple_sdk.frameworks.SystemConfiguration
34 description = "Cargo subcommand to show crates info from crates.io";
35 mainProgram = "cargo-info";
36 homepage = "https://gitlab.com/imp/cargo-info";
37 changelog = "https://gitlab.com/imp/cargo-info/-/blob/${src.rev}/CHANGELOG.md";
38 license = with licenses; [ mit asl20 ];
39 maintainers = with maintainers; [ figsoda matthiasbeyer ];