| [package] |
| name = "derive-error-chain" |
| version = "0.10.1" |
| license = "MIT/Apache-2.0" |
| authors = [ |
| "Brian Anderson <[email protected]>", |
| "Paul Colomiets <[email protected]>", |
| "Colin Kiegel <[email protected]>", |
| "Yamakaky <[email protected]>", |
| "Arnav Singh <[email protected]>" |
| ] |
| description = "A Macros 1.1 implementation of error-chain" |
| documentation = "https://docs.rs/derive-error-chain" |
| repository = "https://github.com/Arnavion/derive-error-chain" |
| |
| [dependencies] |
| quote = "^0.3.8" |
| syn = { version = "0.11.x", features = ["parsing", "full"] } |
| |
| [lib] |
| proc-macro = true |