pact 0.9.2

Pact consolidated CLI - pact_core_mock_server, pact_verifier, pact-stub-server, pact-plugin-cli, pact-broker-cli in a single binary
# 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 = "2021"
name = "pact"
version = "0.9.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 = "Pact consolidated CLI - pact_core_mock_server, pact_verifier, pact-stub-server, pact-plugin-cli, pact-broker-cli in a single binary"
homepage = "https://www.pact.io"
readme = "README.md"
keywords = [
    "pact-mock-server",
    "pact-verifier",
    "pact-stub-server",
    "pact-plugin",
    "pact-broker-client",
]
license = "MIT"
repository = "https://github.com/pact-foundation/pact-cli"

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

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

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

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

[dependencies.home]
version = "0.5.5"

[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",
]

[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-broker-cli]
version = "0.6.0"

[dependencies.pact-plugin-cli]
version = "0.2.0"

[dependencies.pact-stub-server]
version = "0.7.0"

[dependencies.pact_mock_server_cli]
version = "2.0.0"

[dependencies.pact_verifier_cli]
version = "1.3.0"

[dependencies.reqwest]
version = "0.12.24"
features = ["json"]

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

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tokio]
version = "1.48.0"
features = [
    "rt-multi-thread",
    "macros",
    "time",
]

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

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

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

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

[target.'cfg(target_os = "freebsd")'.dependencies.indexmap]
version = "1.9.3"
features = ["std"]

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

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