pact_mock_server 0.6.1

Pact-Rust support library that implements in process mock server
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]
name = "pact_mock_server"
version = "0.6.1"
authors = ["Ronald Holshausen <uglyog@gmail.com>"]
exclude = ["*.iml"]
description = "Pact-Rust support library that implements in process mock server"
homepage = "http://www.pact.io"
documentation = "https://docs.rs/pact_mock_server/0.4.2/pact_mock_server/"
readme = "README.md"
keywords = ["testing", "pact", "cdc", "mockserver"]
license = "MIT"
repository = "https://github.com/pact-foundation/pact-reference/blob/master/rust/pact_mock_server"
[dependencies.bytes]
version = "0.4.4"

[dependencies.futures]
version = "0.1"

[dependencies.hyper]
version = "0.12"

[dependencies.itertools]
version = "0.6.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4.8"

[dependencies.maplit]
version = "0.1.4"

[dependencies.pact_matching]
version = "0.5.5"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "0.1.22"

[dependencies.uuid]
version = "0.6"
features = ["v4"]
[dev-dependencies.expectest]
version = "0.9.1"

[dev-dependencies.quickcheck]
version = "0.4.1"