chainerror/Cargo.toml
2019-01-09 10:38:04 +01:00

26 lines
676 B
TOML

[package]
name = "chainerror"
version = "0.3.1"
authors = ["Harald Hoyer <harald@redhat.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/chainerror"
homepage = "https://haraldh.github.io/chainerror/"
repository = "https://github.com/haraldh/chainerror"
description = "Make chaining errors easy."
keywords = ["error"]
categories = ["rust-patterns"]
readme = "README.md"
exclude = [ ".gitignore", "examples/*", "booksrc/*", "book.toml",
"theme/*", "git-deploy-branch.sh", ".travis.yml" ]
[badges]
travis-ci = { repository = "haraldh/chainerror" }
[features]
default = [ ]
no-fileline = []
display-cause = []
no-debug-cause = []