ws-mock 0.2.1

A websocket mock server for testing, inspired by Wiremock.
Documentation
[dependencies.futures-util]
version = "0.3.31"

[dependencies.serde_json]
version = "1.0.128"

[dependencies.serde_with]
features = ["chrono"]
version = "3.11.0"

[dependencies.tokio]
features = ["full"]
version = "1.40.0"

[dependencies.tokio-tungstenite]
version = "0.24.0"

[dependencies.tracing]
version = "0.1.40"

[[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"

[lib]
name = "ws_mock"
path = "src/lib.rs"

[package]
authors = ["Brendan Blanchard"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools::testing"]
description = "A websocket mock server for testing, inspired by Wiremock."
edition = "2021"
exclude = [".idea", ".gitignore", ".github"]
keywords = ["tokio", "async", "websocket", "mock", "test"]
license = "MIT"
name = "ws-mock"
readme = "README.md"
repository = "https://github.com/Brendan-Blanchard/ws-mock"
version = "0.2.1"