# 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 = "2018" name = "wiremock" version = "0.6.2" authors = ["Luca Palmieri "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "HTTP mocking to test Rust applications." documentation = "https://docs.rs/wiremock/" readme = "README.md" keywords = [ "test", "http", "mocking", "mock", "black-box", ] categories = [ "development-tools", "asynchronous", ] license = "MIT/Apache-2.0" repository = "https://github.com/LukeMathWalker/wiremock-rs" [lib] name = "wiremock" path = "src/lib.rs" [[test]] name = "mocks" path = "tests/mocks.rs" [[test]] name = "priority" path = "tests/priority.rs" [[test]] name = "request_header_matching" path = "tests/request_header_matching.rs" [[test]] name = "timeout" path = "tests/timeout.rs" [[test]] name = "tokio" path = "tests/tokio.rs" [dependencies.assert-json-diff] version = "2.0.1" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.22" [dependencies.deadpool] version = "0.10.0" [dependencies.futures] version = "0.3.5" [dependencies.http] version = "1.0" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1.0" features = ["full"] [dependencies.hyper-util] version = "0.1" features = [ "tokio", "server", "http1", "http2", ] [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1" [dependencies.regex] version = "1" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1.5.0" features = [ "rt", "macros", ] [dependencies.url] version = "2.2" [dev-dependencies.actix-rt] version = "2.2.0" [dev-dependencies.async-std] version = "1.13.0" features = ["attributes"] [dev-dependencies.reqwest] version = "0.12.7" [dev-dependencies.surf] version = "2.3.2" [dev-dependencies.tokio] version = "1.5.0" features = [ "macros", "rt-multi-thread", ]