[dependencies.axum]
optional = true
version = "0.7.4"
[dependencies.http]
version = "1.0.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.196"
[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0.113"
[dependencies.tower-http]
features = ["catch-panic"]
optional = true
version = "0.5.1"
[dev-dependencies.assert2]
version = "0.3.11"
[dev-dependencies.axum-test]
version = "14.3.0"
[dev-dependencies.hyper]
features = ["full"]
version = "1.1.0"
[dev-dependencies.insta]
features = ["json"]
version = "1.34.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1.36.0"
[features]
axum = ["dep:axum", "dep:tower-http"]
[package]
categories = ["web-programming::http-server", "api-bindings"]
description = "Support for Problem Details (RFC-7807 / RFC-9457) responses in HTTP APIs"
edition = "2021"
homepage = "https://github.com/sazzer/problemdetails/"
keywords = ["rfc-7807", "rfc-9457", "http", "problemdetails"]
license = "MIT"
name = "problemdetails"
readme = "README.md"
repository = "https://github.com/sazzer/problemdetails/"
version = "0.4.1"