2018-12-18 07:46:05 +01:00
|
|
|
[package]
|
|
|
|
name = "chainerror"
|
2019-03-07 16:50:16 +01:00
|
|
|
version = "0.4.4"
|
2018-12-18 07:46:05 +01:00
|
|
|
authors = ["Harald Hoyer <harald@redhat.com>"]
|
|
|
|
edition = "2018"
|
2018-12-21 13:58:16 +01:00
|
|
|
license = "MIT/Apache-2.0"
|
2018-12-20 16:50:36 +01:00
|
|
|
documentation = "https://docs.rs/chainerror"
|
|
|
|
homepage = "https://haraldh.github.io/chainerror/"
|
|
|
|
repository = "https://github.com/haraldh/chainerror"
|
2018-12-21 13:52:01 +01:00
|
|
|
description = "Make chaining errors easy."
|
2018-12-20 16:50:36 +01:00
|
|
|
keywords = ["error"]
|
|
|
|
categories = ["rust-patterns"]
|
|
|
|
readme = "README.md"
|
2019-01-09 10:38:04 +01:00
|
|
|
|
|
|
|
exclude = [ ".gitignore", "examples/*", "booksrc/*", "book.toml",
|
|
|
|
"theme/*", "git-deploy-branch.sh", ".travis.yml" ]
|
2018-12-18 07:46:05 +01:00
|
|
|
|
2019-01-08 16:16:07 +01:00
|
|
|
[badges]
|
|
|
|
travis-ci = { repository = "haraldh/chainerror" }
|
|
|
|
|
2018-12-19 16:30:56 +01:00
|
|
|
[features]
|
2018-12-20 14:52:06 +01:00
|
|
|
default = [ ]
|
|
|
|
no-fileline = []
|
2018-12-19 16:30:56 +01:00
|
|
|
display-cause = []
|
2018-12-20 16:50:36 +01:00
|
|
|
no-debug-cause = []
|