pact_matching 0.2.2

Pact-Rust support library that implements request and response matching logic
Documentation
[package]
name = "pact_matching"
version = "0.2.2"
authors = ["Ronald Holshausen <uglyog@gmail.com>"]
description = "Pact-Rust support library that implements request and response matching logic"
documentation = "https://docs.rs/pact_matching/0.2.2/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]
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
hex = "0.2.0"
log = "0.3.5"
regex = "0.1.56"
p-macro = "0.2.0"
maplit = "0.1.3"
lazy_static = "0.1.15"
semver = "0.2.0"
itertools = "0.4.15"
rand = "0.3"
sxd-document = "0.2.0"
ansi_term = "0.9"
difference = "0.4"

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

[dev-dependencies]
quickcheck = "0.2"
expectest = "0.4.1"
env_logger = "0.3.3"