6 rustPlatform.buildRustPackage rec {
7 pname = "cargo-toml-lint";
11 inherit pname version;
12 hash = "sha256-U3y9gnFvkqJmyFqRAUQorJQY0iRzAE9UUXzFmgZIyaM=";
15 cargoHash = "sha256-ujdekIucqes2Wya4jwTMLstb8JMptbAlqYhgMxfp2gg=";
18 description = "Simple linter for Cargo.toml manifests";
19 mainProgram = "cargo-toml-lint";
20 homepage = "https://github.com/fuellabs/cargo-toml-lint";
21 changelog = "https://github.com/fuellabs/cargo-toml-lint/releases/tag/v${version}";
22 license = with licenses; [ asl20 /* or */ mit ];
23 maintainers = with maintainers; [ mitchmindtree matthiasbeyer ];