7 rustPlatform.buildRustPackage rec {
8 pname = "cargo-expand";
11 src = fetchFromGitHub {
15 hash = "sha256-uLJ7XD1m4KreIue+p6Duoa8+DYjhaHagDMmPKcvHZ0I=";
18 cargoHash = "sha256-XAkEcd/QDw1SyrPuuk5ojqlKHiG28DgdipbKtnlWsGg=";
21 description = "Cargo subcommand to show result of macro expansion";
22 homepage = "https://github.com/dtolnay/cargo-expand";
23 changelog = "https://github.com/dtolnay/cargo-expand/releases/tag/${version}";
24 license = with licenses; [
28 maintainers = with maintainers; [
32 mainProgram = "cargo-expand";