[dependencies.domainstack]
default-features = false
version = "1.0.0"
[dependencies.domainstack-envelope]
version = "1.0.0"
[dependencies.error-envelope]
version = "0.2.1"
[dev-dependencies]
[lib]
name = "domainstack_http"
path = "src/lib.rs"
[package]
authors = ["Dayna Blackwell <blackwellsystems@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "web-programming::http-server"]
description = "Framework-agnostic HTTP helpers for domainstack: boundary validation for web APIs"
documentation = "https://docs.rs/domainstack-http"
edition = "2021"
keywords = ["validation", "http", "api", "boundary", "ddd"]
license = "MIT OR Apache-2.0"
name = "domainstack-http"
readme = "README.md"
repository = "https://github.com/blackwell-systems/domainstack"
rust-version = "1.76"
version = "1.0.0"