wiremock 0.1.0

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

[dependencies.async-std]
version = "1"

[dependencies.bastion]
version = "0.3"

[dependencies.http-types]
features = ["hyperium_http"]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1"

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

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

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

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

[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"
readme = "README.md"
repository = "https://github.com/LukeMathWalker/wiremock-rs"
version = "0.1.0"