6 rustPlatform.buildRustPackage rec {
7 pname = "cargo-expand";
10 src = fetchFromGitHub {
14 hash = "sha256-ucxqC5OqBqmM9+jKnGWLd9g2GDAXjAqSl+0ouhs6evA=";
17 cargoHash = "sha256-vDYpFJ+RFjouXgZc+ESPpkXA4sv5eHVZc93s+3KJj2g=";
20 description = "Cargo subcommand to show result of macro expansion";
21 homepage = "https://github.com/dtolnay/cargo-expand";
22 changelog = "https://github.com/dtolnay/cargo-expand/releases/tag/${version}";
23 license = with licenses; [ mit asl20 ];
24 maintainers = with maintainers; [ figsoda xrelkd ];
25 mainProgram = "cargo-expand";