1ea88969fSopenharmony_ci[package] 2ea88969fSopenharmony_ciname = "proc-macro-error-attr" 3ea88969fSopenharmony_civersion = "1.0.4" 4ea88969fSopenharmony_ciauthors = ["CreepySkeleton <creepy-skeleton@yandex.ru>"] 5ea88969fSopenharmony_ciedition = "2018" 6ea88969fSopenharmony_cidescription = "Attribute macro for proc-macro-error crate" 7ea88969fSopenharmony_cilicense = "MIT OR Apache-2.0" 8ea88969fSopenharmony_cirepository = "https://gitlab.com/CreepySkeleton/proc-macro-error" 9ea88969fSopenharmony_ci 10ea88969fSopenharmony_cibuild = "build.rs" 11ea88969fSopenharmony_ci 12ea88969fSopenharmony_ci[lib] 13ea88969fSopenharmony_ciproc-macro = true 14ea88969fSopenharmony_ci 15ea88969fSopenharmony_ci[package.metadata.docs.rs] 16ea88969fSopenharmony_citargets = ["x86_64-unknown-linux-gnu"] 17ea88969fSopenharmony_ci 18ea88969fSopenharmony_ci[dependencies] 19ea88969fSopenharmony_ciquote = "1" 20ea88969fSopenharmony_ciproc-macro2 = "1" 21ea88969fSopenharmony_ci 22ea88969fSopenharmony_ci[build-dependencies] 23ea88969fSopenharmony_civersion_check = "0.9" 24