[package]
edition = "2021"
name = "agglayer-errors"
version = "0.14.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Error handling utilities with tracing integration and pattern matching macros for eyre errors"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/agglayer/interop"
[features]
default = ["tracing"]
[lib]
name = "agglayer_errors"
path = "src/lib.rs"
[dependencies.eyre]
version = "0.6.12"
[dependencies.tracing]
version = "0.1.44"
optional = true
[dev-dependencies.thiserror]
version = "2.0"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
'cfg(feature, values("cargo-clippy"))',
"cfg(fuzzing)",
]