error-chain 0.7.1

Yet another error boilerplate library.
Documentation
[package]

name = "error-chain"
version = "0.7.1"
authors = [ "Brian Anderson <banderson@mozilla.com>",
            "Paul Colomiets <paul@colomiets.name>",
            "Colin Kiegel <kiegel@gmx.de>",
            "Yamakaky <yamakaky@yamaworld.fr>"]
description = "Yet another error boilerplate library."

documentation = "https://docs.rs/error-chain"
homepage = "https://github.com/brson/error-chain"
repository = "https://github.com/brson/error-chain"

license = "MIT/Apache-2.0"

[features]
default = ["backtrace", "example_generated"]
example_generated = []

[dependencies]
backtrace = { version = "0.3", optional = true }