agglayer-errors 0.14.0

Error handling utilities with tracing integration and pattern matching macros for eyre errors
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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)",
]