error-ext 0.4.3

Error utilities
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 = "2024"
name = "error-ext"
version = "0.4.3"
authors = ["Heiko Seeberger <git@heikoseeberger.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Error utilities"
homepage = "https://github.com/hseeberger/error-ext"
documentation = "https://docs.rs/error-ext/latest/error_ext/"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/hseeberger/error-ext"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
axum = ["dep:axum"]
axum-utoipa = [
    "axum",
    "dep:utoipa",
]

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

[dependencies.axum]
version = "0.8"
optional = true

[dependencies.utoipa]
version = "5.4"
features = ["axum_extras"]
optional = true

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.thiserror]
version = "2.0"