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