# 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_verifier_cli" version = "1.1.4" authors = ["Ronald Holshausen "] build = false exclude = ["*.iml"] autobins = false autoexamples = false autotests = false autobenches = false description = "Standalone pact verifier for provider pact verification" homepage = "https://www.pact.io" readme = "README.md" keywords = [ "testing", "pact", "cdc", ] license = "MIT" repository = "https://github.com/pact-foundation/pact-reference/blob/master/rust/pact_verifier_cli" [[bin]] name = "pact_verifier_cli" path = "src/main.rs" [[test]] name = "cli-tests" path = "tests/cli-tests.rs" [dependencies.ansi_term] version = "0.12.1" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.5.4" features = [ "cargo", "env", ] [dependencies.env_logger] version = "0.11.2" [dependencies.junit-report] version = "0.8.3" optional = true [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.20" [dependencies.maplit] version = "1.0.2" [dependencies.pact_models] version = "~1.2.4" default-features = false [dependencies.pact_verifier] version = "~1.2.4" default-features = false [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.12.4" features = [ "rustls-tls-native-roots", "blocking", "json", ] default-features = false [dependencies.serde_json] version = "1.0.108" [dependencies.strip-ansi-escapes] version = "0.2.0" optional = true [dependencies.time] version = "0.3.31" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-core] version = "0.1.32" [dependencies.tracing-log] version = "0.2.0" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "tracing-log", ] [dev-dependencies.expectest] version = "0.12.0" [dev-dependencies.rstest] version = "0.22.0" [dev-dependencies.trycmd] version = "0.15.0" [features] datetime = [ "pact_models/datetime", "pact_verifier/datetime", ] default = [ "datetime", "xml", "plugins", "multipart", "junit", ] junit = [ "dep:junit-report", "dep:strip-ansi-escapes", ] multipart = ["pact_verifier/multipart"] plugins = ["pact_verifier/plugins"] xml = [ "pact_models/xml", "pact_verifier/xml", ]