1[package]
2name = "quick-error"
3description = """
4 A macro which makes error types pleasant to write.
5"""
6license = "MIT/Apache-2.0"
7version = "2.0.1"
8edition = "2018"
9keywords = ["macro", "error", "type", "enum"]
10authors = ["Paul Colomiets <paul@colomiets.name>", "Colin Kiegel <kiegel@gmx.de>"]
11homepage = "http://github.com/tailhook/quick-error"
12repository = "http://github.com/tailhook/quick-error"
13documentation = "http://docs.rs/quick-error"
14categories = ["rust-patterns"]
15