httptest 0.15.1

HTTP testing facilities including a mock server
Documentation
[dependencies.bstr]
version = "0.2.8"

[dependencies.bytes]
version = "1.0"

[dependencies.crossbeam-channel]
version = "0.5.0"

[dependencies.form_urlencoded]
version = "1.0"

[dependencies.futures]
default-features = false
features = ["std", "async-await"]
version = "0.3"

[dependencies.http]
version = "0.2"

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

[dependencies.log]
version = "0.4.8"

[dependencies.once_cell]
version = "1.2.0"

[dependencies.regex]
version = "1.3.1"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1.0.44"

[dependencies.serde_urlencoded]
version = "0.7"

[dependencies.tokio]
features = ["rt-multi-thread", "time"]
version = "1.0"
[dev-dependencies.crossbeam-utils]
version = "0.8.1"

[dev-dependencies.hyper]
features = ["full"]
version = "0.14"

[dev-dependencies.pretty_env_logger]
version = "0.4"

[dev-dependencies.serde]
features = ["derive"]
version = "1"

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

[package]
authors = ["Glenn Griffin <ggriffiniii@gmail.com>"]
description = "HTTP testing facilities including a mock server"
documentation = "https://docs.rs/httptest"
edition = "2018"
homepage = "https://github.com/ggriffiniii/httptest"
keywords = ["http", "test", "testing", "mock", "fake"]
license = "MIT OR Apache-2.0"
name = "httptest"
readme = "README.md"
repository = "https://github.com/ggriffiniii/httptest"
version = "0.15.1"
[package.metadata.release]
no-dev-version = true