pact-broker-cli 0.6.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.6.2"
authors = ["Yousaf Nabi <you@saf.dev>"]
build = false
include = [
    "src/**",
    "Cargo.toml",
    "Cargo.lock",
    "/README.md",
    "LICENSE",
    "CHANGELOG.md",
]
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 = [
    "testing",
    "pact",
    "contract-testing",
    "cli",
    "pact-broker",
]
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.0.40"

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

[dependencies.base64]
version = "0.22.1"

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

[dependencies.clap_complete]
version = "4.5.1"
features = []

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

[dependencies.console]
version = "0.16.0"

[dependencies.futures]
version = "0.3.29"
features = []

[dependencies.glob]
version = "0.3.0"

[dependencies.http]
version = "1.3.1"

[dependencies.itertools]
version = "0.14.0"

[dependencies.log]
version = "0.4.14"

[dependencies.maplit]
version = "1.0.2"

[dependencies.mime]
version = "0.3.17"

[dependencies.opentelemetry]
version = "0.31.0"

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

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

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

[dependencies.opentelemetry-semantic-conventions]
version = "0.31.0"

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

[dependencies.opentelemetry_sdk]
version = "0.31.0"

[dependencies.pact_models]
version = "~1.3.6"

[dependencies.regex]
version = "1.10.2"

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

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

[dependencies.reqwest-tracing]
version = "0.5.8"
features = [
    "tracing-opentelemetry_0_31_pkg",
    "opentelemetry_0_30",
]

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.142"

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

[dependencies.thiserror]
version = "2.0.12"

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

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

[dependencies.tracing-appender]
version = "0.2.3"

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

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

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

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

[dependencies.url]
version = "2.5.0"

[dependencies.urlencoding]
version = "2.1.3"

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

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

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

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

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

[profile.release-aarch64-freebsd]
panic = "unwind"
inherits = "release"