[package] name = "wrapping_error" version = "0.1.0" authors = ["Valentine Briese "] edition = "2021" description = "An anti-boilerplate package for errors that wrap errors." repository = "https://github.com/valentinegb/wrapping_error" license = "MIT" keywords = ["errors", "utility", "macro", "enum"] categories = ["development-tools::debugging"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dev-dependencies] postcard = { version = "1.0.6", default-features = false }