wiremock 0.6.2

HTTP mocking to test Rust applications.
Documentation
[dependencies.assert-json-diff]
version = "2.0.1"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.deadpool]
version = "0.10.0"

[dependencies.futures]
version = "0.3.5"

[dependencies.http]
version = "1.0"

[dependencies.http-body-util]
version = "0.1"

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

[dependencies.hyper-util]
features = ["tokio", "server", "http1", "http2"]
version = "0.1"

[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", "macros"]
version = "1.5.0"

[dependencies.url]
version = "2.2"

[dev-dependencies.actix-rt]
version = "2.2.0"

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

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

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

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

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

[package]
authors = ["Luca Palmieri <rust@lpalmieri.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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"
readme = "README.md"
repository = "https://github.com/LukeMathWalker/wiremock-rs"
version = "0.6.2"

[[test]]
name = "mocks"
path = "tests/mocks.rs"

[[test]]
name = "priority"
path = "tests/priority.rs"

[[test]]
name = "request_header_matching"
path = "tests/request_header_matching.rs"

[[test]]
name = "timeout"
path = "tests/timeout.rs"

[[test]]
name = "tokio"
path = "tests/tokio.rs"