# 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" version = "1.2.4" authors = ["Ronald Holshausen "] build = false exclude = ["*.iml"] autobins = false autoexamples = false autotests = false autobenches = false description = "Pact-Rust support library that implements provider verification functions" homepage = "https://www.pact.io" documentation = "https://docs.rs/pact_verifier/" readme = "README.md" keywords = [ "testing", "pact", "cdc", ] license = "MIT" repository = "https://github.com/pact-foundation/pact-reference/blob/master/rust/pact_verifier" [lib] name = "pact_verifier" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.ansi_term] version = "0.12.1" [dependencies.anyhow] version = "1.0.82" [dependencies.async-trait] version = "0.1.80" [dependencies.base64] version = "0.22.0" [dependencies.bytes] version = "1.6.0" [dependencies.difference] version = "2.0.0" [dependencies.futures] version = "0.3.30" [dependencies.http] version = "1.1.0" [dependencies.humantime] version = "2.1.0" [dependencies.itertools] version = "0.13.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.maplit] version = "1.0.2" [dependencies.mime] version = "0.3.17" [dependencies.pact-plugin-driver] version = "~0.7.0" optional = true default-features = false [dependencies.pact_matching] version = "~1.2.6" default-features = false [dependencies.pact_models] version = "~1.2.4" default-features = false [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.12.3" features = [ "rustls-tls-native-roots", "blocking", "json", ] default-features = false [dependencies.serde] version = "1.0.197" [dependencies.serde_json] version = "1.0.115" [dependencies.serde_with] version = "3.7.0" features = ["json"] [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-core] version = "0.1.32" [dependencies.url] version = "2.5.0" [dependencies.urlencoding] version = "2.1.3" [dev-dependencies.chrono] version = "0.4.38" [dev-dependencies.chrono-tz] version = "0.9.0" [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.expectest] version = "0.12.0" [dev-dependencies.pact_consumer] version = "~1.3.0" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.test-log] version = "0.2.15" features = ["trace"] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "tracing-log", "fmt", ] [features] datetime = [ "pact_models/datetime", "pact-plugin-driver?/datetime", "pact_matching/datetime", ] default = [ "datetime", "xml", "plugins", "multipart", ] multipart = ["pact_matching/multipart"] plugins = [ "dep:pact-plugin-driver", "pact_matching/plugins", ] xml = [ "pact_models/xml", "pact-plugin-driver?/xml", "pact_matching/xml", ]