1ea88969fSopenharmony_ci[package] 2ea88969fSopenharmony_ciname = "demo-hack-impl" 3ea88969fSopenharmony_civersion = "0.0.0" 4ea88969fSopenharmony_ciauthors = ["David Tolnay <dtolnay@gmail.com>"] 5ea88969fSopenharmony_cilicense = "MIT OR Apache-2.0" 6ea88969fSopenharmony_cidescription = "Demo of proc-macro-hack" 7ea88969fSopenharmony_cirepository = "https://github.com/dtolnay/proc-macro-hack" 8ea88969fSopenharmony_ciedition = "2018" 9ea88969fSopenharmony_ci 10ea88969fSopenharmony_ci[lib] 11ea88969fSopenharmony_ciproc-macro = true 12ea88969fSopenharmony_ci 13ea88969fSopenharmony_ci[dependencies] 14ea88969fSopenharmony_ciproc-macro-hack = "0.5" 15ea88969fSopenharmony_ciquote = "1.0" 16ea88969fSopenharmony_cisyn = { version = "1.0", features = ["full"] } 17ea88969fSopenharmony_ciproc-macro-error = { path = "../../../" } 18ea88969fSopenharmony_ci 19ea88969fSopenharmony_ci[package.metadata.docs.rs] 20ea88969fSopenharmony_citargets = ["x86_64-unknown-linux-gnu"] 21