pact-plugin-cli 0.3.0

CLI utility for Pact plugins
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 = "2021"
name = "pact-plugin-cli"
version = "0.3.0"
authors = ["Ronald Holshausen <ronald.holshausen@smartbear.com>"]
build = false
exclude = ["*.iml"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI utility for Pact plugins"
homepage = "http://www.pact.io"
readme = "README.md"
keywords = ["pact"]
license = "MIT"
repository = "https://github.com/pact-foundation/pact-plugins"

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

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

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.chrono]
version = "0.4.45"
features = ["serde"]

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

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

[dependencies.home]
version = "0.5.12"

[dependencies.itertools]
version = "0.15.0"

[dependencies.pact-plugin-driver]
version = "1.2.2"

[dependencies.requestty]
version = "0.6.3"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "rustls-no-provider",
    "json",
    "stream",
]
default-features = false

[dependencies.rustls]
version = "0.23.43"
features = [
    "ring",
    "logging",
    "std",
]
default-features = false

[dependencies.serde_json]
version = "1.0.151"

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

[dependencies.toml]
version = "1.1.4"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]

[dependencies.url]
version = "2.5.8"

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

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

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

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

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

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