| [package] |
| name = "proc-macro-hack" |
| version = "0.5.19" |
| authors = ["David Tolnay <[email protected]>"] |
| edition = "2018" |
| license = "MIT OR Apache-2.0" |
| description = "Procedural macros in expression position" |
| repository = "https://github.com/dtolnay/proc-macro-hack" |
| categories = ["development-tools::procedural-macro-helpers"] |
| readme = "README.md" |
| |
| [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 = "1.0" |
| |
| [workspace] |
| members = ["demo-hack", "demo-hack-impl", "example", "nested"] |
| |
| [package.metadata.docs.rs] |
| targets = ["x86_64-unknown-linux-gnu"] |