pact_verifier 1.3.4

Pact-Rust support library that implements provider verification functions
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "pact_verifier"
version = "1.3.4"
authors = ["Ronald Holshausen <ronald.holshausen@gmail.com>"]
build = false
exclude = ["*.iml"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pact-Rust support library that implements provider verification functions"
homepage = "https://www.pact.io"
documentation = "https://docs.rs/pact_verifier/"
readme = "README.md"
keywords = [
    "testing",
    "pact",
    "cdc",
]
license = "MIT"
repository = "https://github.com/pact-foundation/pact-reference/blob/master/rust/pact_verifier"
resolver = "2"

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

[lib]
name = "pact_verifier"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

[dependencies.ansi_term]
version = "0.12.1"

[dependencies.anyhow]
version = "1.0.101"

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

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.11.1"

[dependencies.difference]
version = "2.0.0"

[dependencies.futures]
version = "0.3.32"

[dependencies.http]
version = "1.4.0"

[dependencies.humantime]
version = "2.3.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.maplit]
version = "1.0.2"

[dependencies.mime]
version = "0.3.17"

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

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

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

[dependencies.regex]
version = "1.12.3"

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

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.149"

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

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.tracing]
version = "0.1.44"

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

[dependencies.url]
version = "2.5.8"

[dependencies.urlencoding]
version = "2.1.3"

[dev-dependencies.chrono]
version = "0.4.43"

[dev-dependencies.chrono-tz]
version = "0.10.4"

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

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

[dev-dependencies.pact_consumer]
version = "~1.4.2"

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

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

[dev-dependencies.rstest]
version = "0.26.1"

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

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