chainerror/Cargo.toml
2018-12-20 16:51:13 +01:00

20 lines
487 B
TOML

[package]
name = "chainerror"
version = "0.1.0"
authors = ["Harald Hoyer <harald@redhat.com>"]
edition = "2018"
license = "MIT"
documentation = "https://docs.rs/chainerror"
homepage = "https://haraldh.github.io/chainerror/"
repository = "https://github.com/haraldh/chainerror"
description = "Yet another error boilerplate library."
keywords = ["error"]
categories = ["rust-patterns"]
readme = "README.md"
[features]
default = [ ]
no-fileline = []
display-cause = []
no-debug-cause = []