6 rustPlatform.buildRustPackage rec {
7 pname = "cargo-features-manager";
10 src = fetchFromGitHub {
12 repo = "cargo-features-manager";
14 hash = "sha256-ez8WIDHV6/f0Kk6cvzB25LoYBPT+JTzmOWrSxXXzpBc=";
17 cargoHash = "sha256-G1MBH4c9b/h87QgCleTMnndjWc70KZI+6W4KWaxk28o=";
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";