[package] name = "miden-thiserror" version = "1.0.59" authors = ["David Tolnay "] categories = ["rust-patterns", "no-std"] description = "derive(Error) with no-std support" documentation = "https://docs.rs/thiserror" edition = "2021" keywords = ["error", "error-handling", "derive"] license = "MIT OR Apache-2.0" repository = "https://github.com/0xPolygonMiden/thiserror" rust-version = "1.56" [features] default = ["std"] std = ["thiserror-impl/std"] [dependencies] thiserror-impl = { package = "miden-thiserror-impl", version = "=1.0.59", path = "impl", default-features = false } [dev-dependencies] anyhow = "1.0.73" ref-cast = "1.0.18" rustversion = "1.0.13" trybuild = { version = "1.0.81", features = ["diff"] } [workspace] members = ["impl"] [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] rustdoc-args = ["--generate-link-to-definition"]