httpmock 0.1.0

an HTTP mock server library for your tests
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "httpmock"
version = "0.1.0"
authors = ["Alexander Liesenfeld <alexander.liesenfeld@outlook.com>"]
description = "an HTTP mock server library for your tests"
readme = "README.md"
keywords = ["http", "mock", "test"]
categories = ["development-tools::testing"]
license = "MIT"
repository = "https://github.com/alexliesenfeld/httpmock"
[dependencies.actix-web]
version = "1.0.7"

[dependencies.env_logger]
version = "0.6.2"

[dependencies.futures]
version = "0.1.29"

[dependencies.httpmock-macros]
version = "0.1.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4.8"

[dependencies.qstring]
version = "0.7.0"

[dependencies.regex]
version = "1.3.1"

[dependencies.reqwest]
version = "0.9.20"

[dependencies.serde]
version = "1.0.101"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.40"

[dependencies.serde_regex]
version = "0.4.0"

[dependencies.structopt]
version = "0.3.1"

[dependencies.typed-builder]
version = "0.3.0"
[dev-dependencies.actix-http]
version = "0.2.10"