[dependencies.futures]
version = "0.3"
[dependencies.http-body-util]
version = "0.1.0"
[dependencies.hyper]
features = ["client", "http1"]
version = "1.1"
[dependencies.hyper-util]
features = ["tokio", "http1", "client-legacy"]
version = "0.1.2"
[dependencies.log]
version = ">= 0.4"
[dependencies.tokio]
features = ["io-util"]
version = "1.35"
[dependencies.tower-service]
version = "0.3"
[dev-dependencies.env_logger]
version = "0.10"
[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1.0"
[package]
authors = ["Sean McArthur <sean.monstar@gmail.com>", "Jonathan Reem <jonathan.reem@gmail.com>", "Sebastian Thiel <byronimo@gmail.com>", "Benjamin Pannell <contact@sierrasoftworks.com>"]
description = "A utility library for testing clients using hyper"
documentation = "http://byron.github.io/yup-hyper-mock"
edition = "2021"
include = ["src/**/*", "Cargo.toml"]
license = "MIT"
name = "yup-hyper-mock"
readme = "README.md"
repository = "https://github.com/Byron/yup-hyper-mock"
version = "8.0.0"