[package] name = "ws-mock" version = "0.2.1" edition = "2021" authors = ["Brendan Blanchard"] description = "A websocket mock server for testing, inspired by Wiremock." license = "MIT" repository = "https://github.com/Brendan-Blanchard/ws-mock" exclude = [".idea", ".gitignore", ".github"] keywords = ["tokio", "async", "websocket", "mock", "test"] categories = ["development-tools::testing"] [dependencies] futures-util = "0.3.31" tokio-tungstenite = "0.24.0" tokio = { version = "1.40.0", features = ["full"] } serde_with = { version = "3.11.0", features = ["chrono"] } serde_json = "1.0.128" tracing = "0.1.40"