pact_consumer 1.3.0

Pact-Rust module that provides support for writing consumer pact tests
Documentation
[dependencies.anyhow]
version = "1.0.86"

[dependencies.async-trait]
version = "0.1.81"

[dependencies.bytes]
version = "1.6.1"

[dependencies.futures]
version = "0.3.30"

[dependencies.itertools]
version = "0.13.0"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.maplit]
version = "1.0.2"

[dependencies.pact-plugin-driver]
default-features = false
optional = true
version = "~0.7.0"

[dependencies.pact_matching]
default-features = false
version = "~1.2.5"

[dependencies.pact_mock_server]
default-features = false
version = "~2.0.0"

[dependencies.pact_models]
default-features = false
version = "~1.2.2"

[dependencies.regex]
version = "1.10.5"

[dependencies.serde_json]
version = "1.0.120"

[dependencies.termsize]
version = "0.1.8"

[dependencies.tokio]
features = ["full"]
version = "1.38.0"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-core]
version = "0.1.32"

[dependencies.url]
version = "2.5.2"

[dependencies.uuid]
features = ["v4"]
version = "1.10.0"

[dependencies.yansi]
optional = true
version = "1.0.1"

[dev-dependencies.env_logger]
version = "0.11.3"

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

[dev-dependencies.pretty_assertions]
version = "1.4.0"

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

[dev-dependencies.rand]
version = "0.8.5"

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

[dev-dependencies.serde]
features = ["derive"]
version = "1.0.204"

[dev-dependencies.test-log]
features = ["trace"]
version = "0.2.16"

[dev-dependencies.tokio-test]
version = "0.4.4"

[dev-dependencies.tracing-subscriber]
features = ["env-filter", "tracing-log", "fmt"]
version = "0.3.18"

[features]
colour = ["dep:yansi"]
datetime = ["pact_models/datetime", "pact_matching/datetime", "pact_mock_server/datetime", "pact-plugin-driver?/datetime"]
default = ["datetime", "xml", "plugins", "multipart", "tls", "colour"]
multipart = ["pact_matching/multipart", "pact_mock_server/multipart"]
plugins = ["dep:pact-plugin-driver", "pact_matching/plugins", "pact_mock_server/plugins"]
tls = ["pact_mock_server/tls"]
xml = ["pact_models/xml", "pact_matching/xml", "pact_mock_server/xml", "pact-plugin-driver?/xml"]

[lib]
name = "pact_consumer"
path = "src/lib.rs"

[package]
authors = ["Ronald Holshausen <ronald.holshausen@gmail.com>", "Eric Kidd <git@randomhacks.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Pact-Rust module that provides support for writing consumer pact tests"
edition = "2021"
exclude = ["*.iml"]
homepage = "https://www.pact.io"
keywords = ["testing", "pact", "cdc"]
license = "MIT AND Apache-2.0"
name = "pact_consumer"
readme = "README.md"
repository = "https://github.com/pact-foundation/pact-reference/blob/master/rust/pact_consumer"
version = "1.3.0"

[[test]]
name = "messages"
path = "tests/messages.rs"

[[test]]
name = "tests"
path = "tests/tests.rs"