axum-error-object 0.0.5

Provides a `Result<T>` type and related utility types that can be used to holistically provide object response 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 = "2024"
name = "axum-error-object"
version = "0.0.5"
authors = ["Ryan Leckey <leckey.ryan@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides a `Result<T>` type and related utility types that can be used to holistically provide object response errors."
documentation = "https://docs.rs/axum-error-object"
readme = "README.md"
keywords = [
    "axum",
    "anyhow",
    "error",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mehcode/axum-error-object"

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

[[example]]
name = "playground"
path = "examples/playground.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.axum]
version = "0.8.3"

[dependencies.axum-error-object-macros]
version = "0.0.4"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.derive_more]
version = "2.0.1"
features = ["display"]

[dev-dependencies.tokio]
version = "1.44.2"
features = ["full"]