pact_verifier_cli 1.3.1

Standalone pact verifier for provider pact verification
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_cli"
version = "1.3.1"
authors = ["Ronald Holshausen <ronald.holshausen@gmail.com>"]
build = false
exclude = ["*.iml"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standalone pact verifier for provider pact verification"
homepage = "https://www.pact.io"
readme = "README.md"
keywords = [
    "testing",
    "pact",
    "cdc",
]
license = "MIT"
repository = "https://github.com/pact-foundation/pact-reference/blob/master/rust/pact_verifier_cli"
resolver = "2"

[features]
datetime = [
    "pact_models/datetime",
    "pact_verifier/datetime",
]
default = [
    "datetime",
    "xml",
    "plugins",
    "multipart",
    "junit",
]
junit = [
    "dep:junit-report",
    "dep:strip-ansi-escapes",
]
multipart = ["pact_verifier/multipart"]
plugins = ["pact_verifier/plugins"]
xml = [
    "pact_models/xml",
    "pact_verifier/xml",
]

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

[[bin]]
name = "pact-verifier"
path = "src/bin/pact-verifier.rs"

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

[dependencies.ansi_term]
version = "0.12.1"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.clap]
version = "4.5.40"
features = [
    "cargo",
    "env",
]

[dependencies.junit-report]
version = "0.8.3"
optional = true

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4.27"

[dependencies.maplit]
version = "1.0.2"

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

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

[dependencies.pact_verifier]
version = "~1.3.5"
default-features = false

[dependencies.quick-xml]
version = "0.39.2"
features = [
    "serde",
    "serialize",
]

[dependencies.regex]
version = "1.11.1"

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

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.strip-ansi-escapes]
version = "0.2.1"
optional = true

[dependencies.tempfile]
version = "3.20.0"

[dependencies.time]
version = "0.3.47"

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

[dependencies.tracing]
version = "0.1.41"

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

[dependencies.tracing-log]
version = "0.2.0"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = [
    "env-filter",
    "tracing-log",
]

[dependencies.xrust]
version = "2.0.3"

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

[dev-dependencies.insta]
version = "1.43.1"

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

[dev-dependencies.tempfile]
version = "3.20.0"

[dev-dependencies.trycmd]
version = "0.15.9"