cargo-expand 1.0.58

Wrapper around rustc -Zunpretty=expanded. Shows the result of macro expansion and #[derive] expansion.
[dependencies.bat]
default-features = false
features = ["paging", "regex-fancy"]
version = "0.23"

[dependencies.cargo-subcommand-metadata]
version = "0.1"

[dependencies.clap]
features = ["deprecated", "derive"]
version = "4"

[dependencies.is-terminal]
version = "0.4"

[dependencies.prettyplease]
features = ["verbatim"]
version = "0.2.9"

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

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

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

[dependencies.syn]
default-features = false
features = ["clone-impls", "fold", "full", "parsing", "printing", "visit-mut"]
version = "2.0.22"

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

[dependencies.tempfile]
version = "3.0"

[dependencies.termcolor]
version = "1.0"

[dependencies.toml]
version = "0.7"

[dependencies.toolchain_find]
version = "0.4"

[features]
default = ["prettyplease"]
prettyplease = []

[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 = "2021"
keywords = ["cargo", "subcommand", "macros"]
license = "MIT OR Apache-2.0"
name = "cargo-expand"
readme = "README.md"
repository = "https://github.com/dtolnay/cargo-expand"
version = "1.0.58"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]