# 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.1.3" authors = ["Ronald Holshausen "] build = false exclude = ["*.iml"] 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" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [[bin]] name = "pact-plugin-cli" path = "src/main.rs" [[test]] name = "cli-tests" path = "tests/cli-tests.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.chrono] version = "0.4.22" features = ["serde"] [dependencies.clap] version = "4.5.16" features = [ "derive", "cargo", "env", ] [dependencies.comfy-table] version = "7.1.1" [dependencies.home] version = "0.5.9" [dependencies.itertools] version = "0.13.0" [dependencies.pact-plugin-driver] version = "0.7.0" [dependencies.parse-zoneinfo] version = "0.3.1" [dependencies.requestty] version = "0.5.0" [dependencies.reqwest] version = "0.12.5" features = [ "rustls-tls-native-roots", "json", "stream", ] default-features = false [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.8.14" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.url] version = "2.5.2" [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.expectest] version = "0.12.0" [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.test-log] version = "0.2.16" [dev-dependencies.trycmd] version = "0.15.4"