pact_consumer 0.5.2

Pact-Rust module that provides support for writing consumer pact 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]
name = "pact_consumer"
version = "0.5.2"
authors = ["Ronald Holshausen <uglyog@gmail.com>", "Eric Kidd <git@randomhacks.net>"]
exclude = ["*.iml"]
description = "Pact-Rust module that provides support for writing consumer pact tests"
homepage = "http://www.pact.io"
documentation = "https://docs.rs/pact_consumer/0.4.1/pact_consumer/"
readme = "README.md"
keywords = ["testing", "pact", "cdc"]
license = "MIT AND Apache-2.0"
repository = "https://github.com/pact-foundation/pact-reference/blob/master/rust/pact_consumer"
[dependencies.futures]
version = "0.1"

[dependencies.hyper]
version = "0.9.7"
default-features = false

[dependencies.itertools]
version = "0.5.4"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.libc]
version = "0.2.9"

[dependencies.log]
version = "0.3.5"

[dependencies.maplit]
version = "0.1.3"

[dependencies.pact_matching]
version = "0.5.5"

[dependencies.pact_mock_server]
version = "0.6.1"

[dependencies.regex]
version = "0.1.56"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "0.1.22"

[dependencies.url]
version = "1.5.1"

[dependencies.uuid]
version = "0.6"
features = ["v4"]
[dev-dependencies.env_logger]
version = "0.4"

[dev-dependencies.expectest]
version = "0.9.2"

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

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

[dev-dependencies.serde]
version = "1.0"

[dev-dependencies.serde_derive]
version = "1.0"