pact_verifier 0.11.0-beta.2

Pact-Rust support library that implements provider verification functions
Documentation
[package]
name = "pact_verifier"
version = "0.11.0-beta.2"
authors = ["Ronald Holshausen <uglyog@gmail.com>"]
edition = "2018"
description = "Pact-Rust support library that implements provider verification functions"
documentation = "https://docs.rs/pact_verifier/"
homepage = "http://www.pact.io"
repository = "https://github.com/pact-foundation/pact-reference/blob/master/rust/pact_verifier"
readme = "README.md"
keywords = ["testing", "pact", "cdc"]
license = "MIT"
exclude = [
    "*.iml"
]

[dependencies]
anyhow = "1.0.40"
libc = "0.2.76"
serde = "1.0"
serde_json = "1.0"
pact_matching = { version = "0.11.0-beta.4", path = "../pact_matching" }
pact_models = "0.2.0-beta.6"
pact-plugin-driver = "0.0.7"
log = "0.4"
maplit = "1.0.2"
lazy_static = "1.4.0"
itertools = "0.10.0"
ansi_term = "0.12.1"
regex = "1"
difference = "2.0.0"
futures = "0.3"
mime = "0.3"
bytes = "1.0.0"
tokio = { version = "1", features = ["full"] }
http = "0.2"
async-trait = "0.1.24"
thiserror = "1.0"
base64 = "0.13.0"

[dependencies.reqwest]
version = "0.11"
default-features = false
features = ["rustls-tls-native-roots", "blocking", "json"]

[dependencies.serde_with]
version = "1.5.1"
features = ["json"]

[lib]
crate-type = ["cdylib", "rlib"]

[dev-dependencies]
quickcheck = "1"
expectest = "0.12.0"
env_logger = "0.8"
pact_consumer = { version = "0.8.0-beta.2", path = "../pact_consumer" }