# 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 = "ws-mock" version = "0.2.1" authors = ["Brendan Blanchard"] build = false exclude = [ ".idea", ".gitignore", ".github", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A websocket mock server for testing, inspired by Wiremock." readme = "README.md" keywords = [ "tokio", "async", "websocket", "mock", "test", ] categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/Brendan-Blanchard/ws-mock" [lib] name = "ws_mock" path = "src/lib.rs" [[example]] name = "any_match" path = "examples/any_match.rs" [[example]] name = "forwarding_messages" path = "examples/forwarding_messages.rs" [[example]] name = "json_match" path = "examples/json_match.rs" [dependencies.futures-util] version = "0.3.31" [dependencies.serde_json] version = "1.0.128" [dependencies.serde_with] version = "3.11.0" features = ["chrono"] [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tokio-tungstenite] version = "0.24.0" [dependencies.tracing] version = "0.1.40"