[package] name = "no-std-thiserror" version = "0.1.0" authors = ["David Tolnay "] categories = ["rust-patterns"] description = "thiserror but no_std compatible" documentation = "https://docs.rs/no-std-thiserror" edition = "2021" keywords = ["error", "error-handling", "derive"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/konnorandrews/no-std-thiserror" rust-version = "1.56" [lib] name = "thiserror" [dependencies] no-std-thiserror-impl = { version = "=1.0.56", path = "impl" } [dev-dependencies] anyhow = "1.0.73" ref-cast = "1.0.18" rustversion = "1.0.13" trybuild = { version = "1.0.81", features = ["diff"] } cfg-if = "1.0.0" [features] default = ["std"] std = ["no-std-thiserror-impl/std"] [workspace] members = ["impl"] [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] rustdoc-args = ["--generate-link-to-definition"]