blob: a49bc93f5a0a6e351e3499d43ea7d3a2fd9fd887 [file] [log] [blame] [edit]
[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