[dependencies.bigerror-derive]
version = "0.1.0"
[dependencies.derive_more]
default-features = false
features = ["display", "deref"]
version = "2"
[dependencies.error-stack]
default-features = false
version = "0.6.0"
[dependencies.tracing]
features = ["attributes"]
optional = true
version = "0.1"
[features]
anyhow = ["error-stack/anyhow"]
backtrace = ["error-stack/backtrace"]
default = ["std", "backtrace"]
eyre = ["error-stack/eyre"]
futures = ["error-stack/futures"]
hooks = ["error-stack/hooks"]
serde = ["error-stack/serde"]
spantrace = ["error-stack/spantrace"]
std = ["error-stack/std", "derive_more/std", "tracing?/std"]
tracing = ["error-stack/tracing"]
unstable = ["error-stack/unstable"]
[lib]
name = "bigerror"
path = "src/lib.rs"
[lints.clippy]
uninlined_format_args = "deny"
unnecessary_mut_passed = "deny"
unused_async = "deny"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = 'handle big errors ¯\_(ツ)_/¯'
documentation = "https://docs.rs/bigerror"
edition = "2024"
license = "MIT"
name = "bigerror"
readme = false
repository = "https://github.com/mkatychev/bigerror"
resolver = "2"
version = "0.12.0"
[package.metadata.docs.rs]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]