waygate 0.1.0

A modern HTTP client for Rust focusing on reliability, streaming, and extensibility.
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1"

[dependencies.http]
version = "0.2"

[dependencies.hyper]
features = ["client", "http1", "http2", "tcp"]
version = "0.14"

[dependencies.thiserror]
version = "1"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread", "time", "net"]
version = "1"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A modern HTTP client for Rust focusing on reliability, streaming, and extensibility."
edition = "2021"
license = "Apache-2.0"
name = "waygate"
readme = "README.md"
version = "0.1.0"