[package] name = "chainerror" version = "0.1.1" authors = ["Harald Hoyer "] edition = "2018" license = "MIT OR Apache-2.0" 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 = []