cargo-expand 0.3.3

Wrapper around rustc --pretty=expanded. Shows the result of macro expansion and #[derive] expansion.
[package]
name = "cargo-expand"
version = "0.3.3"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Wrapper around rustc --pretty=expanded. Shows the result of macro expansion and #[derive] expansion."
repository = "https://github.com/dtolnay/cargo-expand"
documentation = "https://github.com/dtolnay/cargo-expand"
keywords = ["cargo", "subcommand", "expanded"]

[dependencies]
isatty = "0.1.1"