# 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_mock_server_cli" version = "2.0.0-beta.0" authors = ["Ronald Holshausen "] exclude = ["*.iml"] description = "Standalone pact mock server for consumer pact tests" homepage = "https://www.pact.io" readme = "README.md" keywords = [ "testing", "pact", "cdc", "mockserver", ] license = "MIT" repository = "https://github.com/pact-foundation/pact-core-mock-server/tree/main/pact_mock_server_cli" [dependencies.anyhow] version = "1.0.86" [dependencies.bytes] version = "1.6.0" [dependencies.clap] version = "4.5.7" features = ["cargo"] [dependencies.comfy-table] version = "7.1.1" [dependencies.http] version = "1.1.0" [dependencies.hyper] version = "1.3.1" features = ["full"] [dependencies.hyper-util] version = "0.1.5" [dependencies.itertools] version = "0.13.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.maplit] version = "1.0.2" [dependencies.pact_matching] version = "~1.2.4" default-features = false [dependencies.pact_mock_server] version = "~2.0.0-beta.5" default-features = false [dependencies.pact_models] version = "~1.2.1" default-features = false [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.5" [dependencies.reqwest] version = "0.12.5" features = [ "rustls-tls-native-roots", "blocking", "json", ] default-features = false [dependencies.rustls] version = "0.23.10" features = ["ring"] optional = true default-features = false [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-appender] version = "0.2.3" [dependencies.tracing-core] version = "0.1.32" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "local-time", "tracing-log", ] [dependencies.url] version = "2.5.2" [dependencies.uuid] version = "1.9.1" features = ["v4"] [dependencies.webmachine-rust] version = "0.5.0" [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.expectest] version = "0.12.0" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.test-log] version = "0.2.16" [dev-dependencies.trycmd] version = "0.15.4" [features] datetime = [ "pact_models/datetime", "pact_matching/datetime", "pact_mock_server/datetime", ] default = [ "datetime", "xml", "plugins", "multipart", "tls", ] multipart = [ "pact_matching/multipart", "pact_mock_server/multipart", ] plugins = [ "pact_matching/plugins", "pact_mock_server/plugins", ] tls = [ "pact_mock_server/tls", "dep:rustls", ] xml = [ "pact_models/xml", "pact_matching/xml", "pact_mock_server/xml", ]