[dependencies.proc-macro2]
default-features = false
version = "1.0.80"
[dev-dependencies.rustversion]
version = "1.0"
[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0.66"
[features]
default = ["proc-macro"]
proc-macro = ["proc-macro2/proc-macro"]
[lib]
doc-scrape-examples = false
name = "quote"
path = "src/lib.rs"
[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers"]
description = "Quasi-quoting macro quote!(...)"
documentation = "https://docs.rs/quote/"
edition = "2018"
keywords = ["macros", "syn"]
license = "MIT OR Apache-2.0"
name = "quote"
readme = "README.md"
repository = "https://github.com/dtolnay/quote"
rust-version = "1.56"
version = "1.0.37"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]
[[test]]
name = "compiletest"
path = "tests/compiletest.rs"
[[test]]
name = "test"
path = "tests/test.rs"