blob: 355f48d628d1678b9d8ff6788e46672bae3d4c0f [file] [log] [blame]
[package]
name = "thiserror"
version = "1.0.40"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["rust-patterns"]
description = "derive(Error)"
documentation = "https://docs.rs/thiserror"
edition = "2018"
keywords = ["error", "error-handling", "derive"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/thiserror"
rust-version = "1.56"
[dependencies]
thiserror-impl = { version = "=1.0.40", path = "impl" }
[dev-dependencies]
anyhow = "1.0.65"
ref-cast = "1.0"
rustversion = "1.0"
trybuild = { version = "1.0.66", features = ["diff"] }
[workspace]
members = ["impl"]
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]