1ea88969fSopenharmony_ci[package] 2ea88969fSopenharmony_ciname = "proc-macro-hack-test" 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_cipath = "lib.rs" 12ea88969fSopenharmony_ci 13ea88969fSopenharmony_ci[dependencies] 14ea88969fSopenharmony_ciproc-macro-hack = "0.5" 15ea88969fSopenharmony_cidemo-hack-impl = { path = "demo-hack-impl" } 16ea88969fSopenharmony_ci 17ea88969fSopenharmony_ci[package.metadata.docs.rs] 18ea88969fSopenharmony_citargets = ["x86_64-unknown-linux-gnu"] 19