[dependencies.http]
version = "1.0"
[dependencies.tracing]
optional = true
version = "0.1"
[features]
default = []
[lib]
name = "http_error"
path = "src/lib.rs"
[package]
authors = ["Markus Ast <m@rkusa.st>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Error trait to help convert errors to http error responses"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "http-error"
readme = false
repository = "https://github.com/rkusa/http-error"
version = "0.3.0-alpha.4"