blob: a6993e5ec0d3e03c90ee9e224e273fd7366c24b8 [file] [log] [blame] [edit]
[package]
name = "error-chain"
version = "0.10.0"
authors = [ "Brian Anderson <[email protected]>",
"Paul Colomiets <[email protected]>",
"Colin Kiegel <[email protected]>",
"Yamakaky <[email protected]>"]
description = "Yet another error boilerplate library."
categories = ["rust-patterns"]
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"
[badges]
travis-ci = { repository = "brson/error-chain" }
[features]
default = ["backtrace", "example_generated"]
example_generated = []
[dependencies]
backtrace = { version = "0.3", optional = true }