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