6 rustPlatform.buildRustPackage rec {
7 pname = "cargo-features-manager";
10 src = fetchFromGitHub {
12 repo = "cargo-features-manager";
14 hash = "sha256-g4iJ9iZp7vmnSE/P76ocDu/XKeSbPjosB97ojLI30oE=";
17 cargoHash = "sha256-O0MQAgOZdiVW6GU69BAn2beDDqNNwijLlmfC7I3Qd0A=";
20 description = "Command-line tool for managing Architectural Decision Records";
21 homepage = "https://github.com/ToBinio/cargo-features-manager";
22 changelog = "https://github.com/ToBinio/cargo-features-manager/blob/v${version}/CHANGELOG.md";
23 license = lib.licenses.mit;
24 maintainers = with lib.maintainers; [ luftmensch-luftmensch ];
25 mainProgram = "cargo-features-manager";