pact_matching 0.3.0

Pact-Rust support library that implements request and response matching logic
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_matching"
version = "0.3.0"
authors = ["Ronald Holshausen <uglyog@gmail.com>"]
exclude = ["*.iml"]
description = "Pact-Rust support library that implements request and response matching logic"
homepage = "http://www.pact.io"
documentation = "https://docs.rs/pact_matching/0.3.0/pact_matching/"
readme = "README.md"
keywords = ["testing", "pact", "cdc"]
license = "MIT"
repository = "https://github.com/pact-foundation/pact-reference/blob/master/rust/pact_matching"
[dependencies.rand]
version = "0.3.16"

[dependencies.regex]
version = "0.2.2"

[dependencies.hex]
version = "0.2.0"

[dependencies.ansi_term]
version = "0.9.0"

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

[dependencies.lazy_static]
version = "0.2.8"

[dependencies.p-macro]
version = "0.2.0"

[dependencies.serde_derive]
version = "1.0.11"

[dependencies.log]
version = "0.3.8"

[dependencies.maplit]
version = "0.1.4"

[dependencies.sxd-document]
version = "0.2.4"

[dependencies.serde_json]
version = "1.0.2"

[dependencies.itertools]
version = "0.6.1"

[dependencies.serde]
version = "1.0.11"

[dependencies.difference]
version = "1.0.0"

[dependencies.semver]
version = "0.7.0"
[dev-dependencies.env_logger]
version = "0.4.3"

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

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