# 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-stub-server" version = "0.5.3" authors = ["Ronald Holshausen "] exclude = ["*.iml"] description = "Standalone pact stub server" homepage = "https://www.pact.io" readme = "README.md" keywords = [ "testing", "pact", "cdc", ] license = "MIT" repository = "https://github.com/uglyog/pact-stub-server" [dependencies.anyhow] version = "1.0.70" [dependencies.base64] version = "0.21.0" [dependencies.clap] version = "4.2.1" features = [ "env", "std", "cargo", ] [dependencies.futures] version = "0.3.28" [dependencies.http] version = "0.2.9" [dependencies.hyper] version = "0.14.25" features = ["full"] [dependencies.itertools] version = "0.10.5" [dependencies.maplit] version = "1.0.2" [dependencies.pact_matching] version = "1.0.7" [dependencies.pact_models] version = "1.0.9" [dependencies.pact_verifier] version = "0.15.2" [dependencies.regex] version = "1.7.3" [dependencies.reqwest] version = "0.11.16" features = [ "json", "rustls-tls-native-roots", ] default-features = false [dependencies.serde] version = "1.0.137" [dependencies.serde_json] version = "1.0.81" [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.tower-service] version = "0.3.2" [dependencies.tracing] version = "0.1.37" features = ["log"] [dependencies.tracing-core] version = "0.1.30" [dependencies.tracing-subscriber] version = "0.3.16" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.expectest] version = "0.12.0" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.test-log] version = "0.2.11" [dev-dependencies.trycmd] version = "0.14.13"