[dev-dependencies.demo-hack]
version = "0.0.5"
[dev-dependencies.demo-hack-impl]
version = "0.0.5"
[dev-dependencies.quote]
version = "1.0"
[dev-dependencies.rustversion]
version = "1.0"
[dev-dependencies.syn]
version = "1.0.5"
[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0.49"
[lib]
proc-macro = true
[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools::procedural-macro-helpers"]
description = "Procedural macros in expression position"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "proc-macro-hack"
readme = "README.md"
repository = "https://github.com/dtolnay/proc-macro-hack"
rust-version = "1.31"
version = "0.5.20+deprecated"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]