pact-broker-cli 0.8.2

A Rust and CLI client for the Pact Broker. Publish and retrieve pacts and verification results.
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-broker-cli"
version = "0.8.2"
build = false
include = [
    "/README.md",
    "CHANGELOG.md",
    "Cargo.lock",
    "Cargo.toml",
    "LICENSE",
    "src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust and CLI client for the Pact Broker. Publish and retrieve pacts and verification results."
homepage = "https://www.pact.io"
readme = "README.md"
keywords = [
    "cli",
    "contract-testing",
    "pact",
    "pact-broker",
    "testing",
]
license = "MIT"
repository = "https://github.com/pact-foundation/pact-broker-cli"

[lib]
name = "pact_broker_cli"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.base64]
version = "0.22"

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

[dependencies.clap_complete]
version = "4"

[dependencies.comfy-table]
version = "7"

[dependencies.console]
version = "0.16"

[dependencies.futures]
version = "0.3"

[dependencies.glob]
version = "0.3"

[dependencies.http]
version = "1"

[dependencies.httpdate]
version = "1"

[dependencies.itertools]
version = "0.15"

[dependencies.log]
version = "0.4"

[dependencies.maplit]
version = "1.0"

[dependencies.mime]
version = "0.3"

[dependencies.opentelemetry]
version = "0.32"

[dependencies.opentelemetry-appender-tracing]
version = "0.32"

[dependencies.opentelemetry-http]
version = "0.32"

[dependencies.opentelemetry-otlp]
version = "0.32"
features = [
    "grpc-tonic",
    "logs",
    "tls",
    "tls-roots",
    "trace",
]

[dependencies.opentelemetry-stdout]
version = "0.32"
features = [
    "logs",
    "trace",
]

[dependencies.opentelemetry_sdk]
version = "0.32"

[dependencies.pact_models]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.13"
features = [
    "blocking",
    "http2",
    "json",
    "native-tls-vendored",
    "stream",
]
default-features = false

[dependencies.reqwest-middleware]
version = "0.5"

[dependencies.reqwest-retry]
version = "0.9"

[dependencies.reqwest-tracing]
version = "0.7"
features = ["opentelemetry_0_32"]

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

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

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["rt-multi-thread"]

[dependencies.tracing]
version = "0.1"
features = ["std"]

[dependencies.tracing-opentelemetry]
version = "0.33"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
    "registry",
    "std",
]

[dependencies.url]
version = "2"

[dependencies.urlencoding]
version = "2"

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

[dev-dependencies.axum]
version = "=0.8.9"

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

[dev-dependencies.pact_consumer]
version = "=1.4.5"

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

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

[dev-dependencies.tokio]
version = "=1.52.3"
features = [
    "macros",
    "net",
    "rt-multi-thread",
]

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

[profile.dist]
opt-level = "z"
lto = true
codegen-units = 1
inherits = "release"
strip = true