[package]
edition = "2024"
name = "error-fatality"
version = "0.1.2"
authors = [
"Ash Manning <10554686+A-Manning@users.noreply.github.com>",
"Bernhard Schuster <bernhard@ahoi.io>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fatality extension to `thiserror::Error`"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/A-Manning/error-fatality.git"
[features]
default = []
expand = ["error-fatality-proc-macro/expand"]
[lib]
name = "error_fatality"
path = "lib.rs"
[[test]]
name = "basic"
path = "tests/basic.rs"
[[test]]
name = "nested-split-forward"
path = "tests/nested-split-forward.rs"
[[test]]
name = "ui"
path = "tests/ui.rs"
[dependencies.error-fatality-proc-macro]
version = "0.1.2"
[dev-dependencies.assert_matches]
version = "1"
[dev-dependencies.log]
version = "0.4"
[dev-dependencies.thiserror]
version = "2"
[dev-dependencies.trybuild]
version = "1.0"
[lints.clippy]
assertions_on_result_states = "allow"
let_unit_value = "allow"
print_stderr = "deny"
print_stdout = "deny"
wildcard_imports = "deny"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.rust]
let_underscore_drop = "deny"