cargo-expand 1.0.10

Wrapper around rustc -Zunpretty=expanded. Shows the result of macro expansion and #[derive] expansion.
[dependencies.atty]
version = "0.2"

[dependencies.bat]
default-features = false
features = ["paging", "regex-fancy"]
version = "0.18"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
default-features = false
version = "1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.structopt]
version = "0.3"

[dependencies.syn]
default-features = false
features = ["full", "parsing", "printing", "visit-mut"]
version = "1.0"

[dependencies.syn-select]
version = "0.2"

[dependencies.tempfile]
version = "3.0"

[dependencies.termcolor]
version = "1.0"

[dependencies.toml]
version = "0.5"

[dependencies.toolchain_find]
version = "0.2"

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
autotests = false
categories = ["development-tools::cargo-plugins", "development-tools::debugging"]
description = "Wrapper around rustc -Zunpretty=expanded. Shows the result of macro expansion and #[derive] expansion."
documentation = "https://github.com/dtolnay/cargo-expand"
edition = "2018"
keywords = ["cargo", "subcommand", "expanded"]
license = "MIT OR Apache-2.0"
name = "cargo-expand"
readme = "README.md"
repository = "https://github.com/dtolnay/cargo-expand"
version = "1.0.10"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]