http-api-problem 0.17.0

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

[dependencies.actix-web]
optional = true
version = "2.0"

[dependencies.http]
version = "0.2"

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

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

[dependencies.serde_json]
version = "1.0"

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

[features]
default = []
with-actix-web = ["actix-web", "actix"]
with-api-error = []
with-hyper = ["hyper"]
with-warp = ["warp"]

[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.17.0"