[package] name = "wallee" version = "0.2.1" authors = ["David Tolnay ", "Todd Hardman "] categories = ["rust-patterns", "no-std"] description = "Flexible concrete Error type built on std::error::Error with caller location tracking" documentation = "https://docs.rs/wallee" edition = "2018" keywords = ["error", "error-handling"] license = "MIT OR Apache-2.0" repository = "https://github.com/tjhardman/wallee" rust-version = "1.76" [dev-dependencies] futures = { version = "0.3", default-features = false } rustversion = "1.0.6" syn = { version = "2.0", features = ["full"] } thiserror = "1.0.45" anyhow = "1.0.80" trybuild = { version = "1.0.66", features = ["diff"] } [lib] doc-scrape-examples = false [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] rustdoc-args = ["--cfg", "doc_cfg", "--generate-link-to-definition"]