pact_matching 0.11.0-beta.2

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

[dependencies]
pact_models = "0.2.0-beta.4"
anyhow = "1.0.40"
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0"
hex = "0.4.2"
log = "0.4"
onig = { version = "6.1.0", default-features = false }
maplit = "1.0.2"
lazy_static = "1.4.0"
semver = "0.11.0"
lenient_semver = "0.4.2"
itertools = "0.10.0"
rand = "0.8"
sxd-document = "0.3.2"
ansi_term = "0.12.1"
difference = "2.0.0"
base64 = "0.13.0"
uuid = { version = "0.8", features = ["v4"] }
nom = "7.0"
chrono = "0.4.19"
tree_magic_mini = "3"
multipart = { version = "0.17", default-features = false, features = ["server"] }
http = "0.2"
mime = "0.3.16"
bytes = { version = "1", features = ["serde"] }
tokio = { version = "1", features = ["full"] }
pact-plugin-driver = "0.0.4"

[dev-dependencies]
quickcheck = "1"
expectest = "0.12.0"
env_logger = "0.8.2"
hamcrest2 = "0.3.0"
test-env-log = "0.2.3"
ntest = "0.7.2"
pretty_assertions = "0.6.1"
rstest = "0.10.0"