]> git.proxmox.com Git - rustc.git/blob - vendor/error-chain/Cargo.toml
New upstream version 1.45.0+dfsg1
[rustc.git] / vendor / error-chain / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g. crates.io) dependencies
7 #
8 # If you believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
12
13 [package]
14 name = "error-chain"
15 version = "0.12.0"
16 authors = ["Brian Anderson <banderson@mozilla.com>", "Paul Colomiets <paul@colomiets.name>", "Colin Kiegel <kiegel@gmx.de>", "Yamakaky <yamakaky@yamaworld.fr>"]
17 description = "Yet another error boilerplate library."
18 documentation = "https://docs.rs/error-chain"
19 readme = "README.md"
20 keywords = ["error"]
21 categories = ["rust-patterns"]
22 license = "MIT/Apache-2.0"
23 repository = "https://github.com/rust-lang-nursery/error-chain"
24 [dependencies.backtrace]
25 version = "0.3.3"
26 optional = true
27
28 [features]
29 default = ["backtrace", "example_generated"]
30 example_generated = []
31 [badges.travis-ci]
32 repository = "rust-lang-nursery/error-chain"