http-api-problem 0.56.0

A library to create HTTP error response content for APIs based on RFC 7807
Documentation
[dependencies.actix]
optional = true
version = "0.13"

[dependencies.actix-web-crate]
optional = true
package = "actix-web"
version = "4"

[dependencies.axum-core]
optional = true
version = "^0.3.0"

[dependencies.http]
version = "0.2"

[dependencies.http-api-problem-derive]
optional = true
version = "0.1.0"

[dependencies.hyper]
optional = true
version = "0.14"

[dependencies.rocket]
default-features = false
optional = true
version = "0.5.0-rc.2"

[dependencies.rocket_okapi]
optional = true
version = "0.8.0-rc.2"

[dependencies.salvo]
default-features = false
optional = true
version = "0.32"

[dependencies.schemars]
optional = true
version = "0.8.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tide]
default-features = false
optional = true
version = "0.16"

[dependencies.warp]
default-features = false
optional = true
version = "0.3"

[features]
actix-web = ["actix-web-crate", "actix"]
api-error = ["http-api-problem-derive"]
axum = ["axum-core"]
default = []
json-schema = ["schemars"]
rocket-okapi = ["dep:rocket_okapi", "rocket", "json-schema"]

[package]
authors = ["Christian Douven <chridou@users.noreply.github.com>"]
categories = ["web-programming"]
description = "A library to create HTTP error response content for APIs based on RFC 7807"
documentation = "https://docs.rs/http-api-problem"
edition = "2018"
homepage = "https://github.com/chridou/http-api-problem"
keywords = ["http", "api", "json", "error", "7807"]
license = "Apache-2.0/MIT"
name = "http-api-problem"
readme = "README.md"
repository = "https://github.com/chridou/http-api-problem"
version = "0.56.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "doc_cfg"]