thiserror 1.0.60

derive(Error)
Documentation
[[test]]
name = "test_error"
path = "tests/test_error.rs"

[[test]]
name = "test_source"
path = "tests/test_source.rs"

[[test]]
name = "test_generics"
path = "tests/test_generics.rs"

[[test]]
name = "test_from"
path = "tests/test_from.rs"

[[test]]
name = "test_lints"
path = "tests/test_lints.rs"

[[test]]
name = "test_transparent"
path = "tests/test_transparent.rs"

[[test]]
name = "test_backtrace"
path = "tests/test_backtrace.rs"

[[test]]
name = "test_path"
path = "tests/test_path.rs"

[[test]]
name = "compiletest"
path = "tests/compiletest.rs"

[[test]]
name = "test_deprecated"
path = "tests/test_deprecated.rs"

[[test]]
name = "test_display"
path = "tests/test_display.rs"

[[test]]
name = "test_option"
path = "tests/test_option.rs"

[[test]]
name = "test_expr"
path = "tests/test_expr.rs"
[dependencies.thiserror-impl]
version = "=1.0.60"
[dev-dependencies.anyhow]
version = "1.0.73"

[dev-dependencies.ref-cast]
version = "1.0.18"

[dev-dependencies.rustversion]
version = "1.0.13"

[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0.81"

[lib]
name = "thiserror"
path = "src/lib.rs"

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["rust-patterns"]
description = "derive(Error)"
documentation = "https://docs.rs/thiserror"
edition = "2021"
keywords = ["error", "error-handling", "derive"]
license = "MIT OR Apache-2.0"
name = "thiserror"
readme = "README.md"
repository = "https://github.com/dtolnay/thiserror"
rust-version = "1.56"
version = "1.0.60"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]