| name = "proc-macro-error" |
| authors = ["CreepySkeleton <creepy-skeleton@yandex.ru>"] |
| description = "Almost drop-in replacement to panics in proc-macros" |
| repository = "https://gitlab.com/CreepySkeleton/proc-macro-error" |
| keywords = ["proc-macro", "error", "errors"] |
| categories = ["development-tools::procedural-macro-helpers"] |
| license = "MIT OR Apache-2.0" |
| maintenance = { status = "passively-maintained" } |
| [package.metadata.docs.rs] |
| targets = ["x86_64-unknown-linux-gnu"] |
| proc-macro-error-attr = { path = "./proc-macro-error-attr", version = "=1.0.4"} |
| test-crate = { path = "./test-crate" } |
| proc-macro-hack-test = { path = "./test-crate/proc-macro-hack-test" } |
| trybuild = { version = "1.0.19", features = ["diff"] } |
| toml = "=0.5.2" # DO NOT BUMP |
| serde_derive = "=1.0.107" # DO NOT BUMP |