2018-12-18 07:46:05 +01:00
|
|
|
[package]
|
|
|
|
name = "chainerror"
|
2020-08-28 16:45:24 +02:00
|
|
|
version = "0.6.0-alpha.0"
|
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]
|
2020-08-28 16:45:24 +02:00
|
|
|
# See https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section
|
2020-08-28 17:01:50 +02:00
|
|
|
github = { repository = "haraldh/chainerror", workflow = "Rust" }
|
2020-08-28 16:45:24 +02:00
|
|
|
maintenance = { status = "actively-developed" }
|
|
|
|
is-it-maintained-issue-resolution = { repository = "haraldh/chainerror" }
|
|
|
|
is-it-maintained-open-issues = { repository = "haraldh/chainerror" }
|
2019-01-08 16:16:07 +01:00
|
|
|
|
2018-12-19 16:30:56 +01:00
|
|
|
[features]
|
2020-09-01 21:03:01 +02:00
|
|
|
default = []
|
2018-12-19 16:30:56 +01:00
|
|
|
display-cause = []
|