chainerror/Cargo.toml

24 lines
885 B
TOML
Raw Normal View History

2018-12-18 07:46:05 +01:00
[package]
name = "chainerror"
version = "0.8.0"
2018-12-18 07:46:05 +01:00
authors = ["Harald Hoyer <harald@redhat.com>"]
edition = "2018"
license = "MIT OR 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
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" }