wiremock 0.4.6

HTTP mocking to test Rust applications.
Documentation
[dependencies.async-trait]
version = "0.1.42"

[dependencies.deadpool]
version = "0.7.0"

[dependencies.futures]
version = "0.3.5"

[dependencies.futures-timer]
version = "3.0.2"

[dependencies.http-types]
default-features = false
features = ["hyperium_http"]
version = "2.9"

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

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1.5.2"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
features = ["rt", "io-util", "time"]
version = "1"
[dev-dependencies.actix-rt]
version = "2.0.0-beta.2"

[dev-dependencies.async-std]
features = ["attributes"]
version = "1"

[dev-dependencies.isahc]
version = "0.9.14"

[dev-dependencies.reqwest]
version = "0.11"

[dev-dependencies.surf]
version = "2"

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

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

[package]
authors = ["Luca Palmieri <rust@lpalmieri.com>"]
categories = ["development-tools", "asynchronous"]
description = "HTTP mocking to test Rust applications."
documentation = "https://docs.rs/wiremock/"
edition = "2018"
keywords = ["test", "http", "mocking", "mock", "black-box"]
license = "MIT/Apache-2.0"
name = "wiremock"
repository = "https://github.com/LukeMathWalker/wiremock-rs"
version = "0.4.6"