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