2018-12-18 07:46:05 +01:00
|
|
|
[package]
|
|
|
|
name = "chainerror"
|
2018-12-21 13:52:01 +01:00
|
|
|
version = "0.2.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"
|
2018-12-21 16:09:34 +01:00
|
|
|
exclude = [ "booksrc/*", "book.toml", "theme/*", "git-deploy-branch.sh" ]
|
2018-12-18 07:46:05 +01:00
|
|
|
|
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 = []
|