wiremock 0.5.4

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

[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.11"

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

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
features = ["rt", "io-util", "time"]
version = "1.5.0"
[dev-dependencies.actix-rt]
version = "2.2.0"

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

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

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

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

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

[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.5.4"