hypertyper 0.3.0

Useful types and idioms for building HTTP/S clients
[dependencies.reqwest]
features = ["json"]
version = "0.12.23"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.regex]
version = "1.11.3"

[dev-dependencies.temp-env]
version = "0.3.6"

[dev-dependencies.tokio]
features = ["macros"]
version = "1.48.0"

[features]
test-utils = []

[lib]
name = "hypertyper"
path = "src/lib.rs"

[package]
authors = ["Michael Dippery <michael@monkey-robot.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming::http-client"]
description = "Useful types and idioms for building HTTP/S clients"
documentation = "https://docs.rs/hypertyper"
edition = "2024"
keywords = ["http", "networking", "web"]
license = "Apache-2.0"
name = "hypertyper"
readme = "README.md"
repository = "https://github.com/mdippery/hypertyper"
rust-version = "1.85.1"
version = "0.3.0"

[package.metadata.docs.rs]
all-features = true