[dependencies.http]
optional = true
version = "1.2.0"
[dev-dependencies.anyhow]
version = "1.0.95"
[[example]]
name = "report"
path = "examples/report.rs"
[features]
http = ["dep:http"]
[lib]
name = "error_status"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "rust-patterns"]
description = "Model common error context with HTTP 4xx and 5xx code"
edition = "2021"
keywords = ["error-handling", "http", "status_code"]
license = "MIT OR Apache-2.0"
name = "error_status"
readme = "README.md"
repository = "https://github.com/kanru/error_status"
version = "0.1.0"