pact_verifier_cli 0.6.0

Standalone pact verifier for provider pact verification
# 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_verifier_cli"
version = "0.6.0"
authors = ["Ronald Holshausen <uglyog@gmail.com>"]
exclude = ["*.iml"]
description = "Standalone pact verifier for provider pact verification"
homepage = "http://www.pact.io"
readme = "README.md"
keywords = ["testing", "pact", "cdc"]
license = "MIT"
repository = "https://github.com/pact-foundation/pact-reference/blob/master/rust/pact_verifier_cli"
[dependencies.clap]
version = "2.31.2"

[dependencies.futures]
version = "0.1"

[dependencies.hyper]
version = "0.12"

[dependencies.lazy_static]
version = "0.1.15"

[dependencies.libc]
version = "0.2.9"

[dependencies.log]
version = "0.4.8"

[dependencies.maplit]
version = "0.1.3"

[dependencies.pact_matching]
version = "0.5.3"

[dependencies.pact_verifier]
version = "0.6.0"

[dependencies.rand]
version = "0.3"

[dependencies.regex]
version = "0.1"

[dependencies.simplelog]
version = "0.6.0"

[dependencies.tokio]
version = "0.1.22"
[dev-dependencies.expectest]
version = "0.5.1"

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