problemdetails 0.7.0

Support for Problem Details (RFC-7807 / RFC-9457) responses in HTTP APIs
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"
rust-version = "1.85.1"
name = "problemdetails"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Support for Problem Details (RFC-7807 / RFC-9457) responses in HTTP APIs"
homepage = "https://github.com/sazzer/problemdetails/"
readme = "README.md"
keywords = [
    "rfc-7807",
    "rfc-9457",
    "http",
    "problemdetails",
]
categories = [
    "web-programming::http-server",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/sazzer/problemdetails/"

[features]
axum = [
    "dep:axum",
    "dep:tower-http",
]
poem = ["dep:poem"]

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

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

[dependencies.http]
version = "1.4.0"

[dependencies.poem]
version = "3.1.12"
optional = true
default-features = false

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

[dependencies.serde_json]
version = "1.0.149"
features = ["preserve_order"]

[dependencies.tower-http]
version = "0.6.8"
features = ["catch-panic"]
optional = true

[dev-dependencies.assert2]
version = "0.4.0"

[dev-dependencies.axum-test]
version = "20.0.0"

[dev-dependencies.hyper]
version = "1.9.0"
features = ["full"]

[dev-dependencies.insta]
version = "1.41.2"
features = ["json"]

[dev-dependencies.poem]
version = "3.1.12"
features = ["test"]

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