chainerror/Cargo.toml

21 lines
539 B
TOML
Raw Normal View History

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:50:08 +01:00
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"
2018-12-21 13:52:01 +01:00
exclude = [ "booksrc/*", "book.toml", "theme/*" ]
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 = []