[dependencies.async-trait]
version = "0.1"
[dependencies.axum]
features = ["ws", "multipart"]
version = "0.8"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.fastrand]
version = "2.0"
[dependencies.futures]
version = "0.3"
[dependencies.jsonpath]
version = "0.1"
[dependencies.mockforge-core]
version = "0.3.13"
[dependencies.mockforge-data]
version = "0.3.13"
[dependencies.mockforge-observability]
version = "0.3.13"
[dependencies.mockforge-tracing]
version = "0.3.13"
[dependencies.opentelemetry]
features = ["trace"]
version = "0.22"
[dependencies.regex]
version = "1.10"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["rt-multi-thread", "macros", "net", "time", "sync", "fs"]
version = "1.0"
[dependencies.tracing]
version = "0.1"
[dependencies.uuid]
features = ["v4"]
version = "1.0"
[dev-dependencies.axum]
version = "0.8"
[dev-dependencies.futures-util]
version = "0.3"
[dev-dependencies.opentelemetry_sdk]
version = "0.22"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.48"
[dev-dependencies.tokio-tungstenite]
features = ["rustls-tls-native-roots"]
version = "0.28"
[features]
data-faker = []
default = []
[lib]
name = "mockforge_ws"
path = "src/lib.rs"
[lints.rust]
missing_docs = "deny"
[package]
authors = ["SaaSy Solutions LLC <ray.clanan@saasysolutionsllc.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing", "web-programming::websocket"]
description = "WebSocket protocol support for MockForge"
documentation = "https://docs.rs/mockforge"
edition = "2021"
homepage = "https://mockforge.dev"
keywords = ["websocket", "ws", "api", "mock", "testing"]
license = "MIT OR Apache-2.0"
name = "mockforge-ws"
readme = false
repository = "https://github.com/SaaSy-Solutions/mockforge"
version = "0.3.13"
[[test]]
name = "ws_handlers_e2e"
path = "tests/ws_handlers_e2e.rs"
[[test]]
name = "ws_proxy_debug"
path = "tests/ws_proxy_debug.rs"
[[test]]
name = "ws_proxy_e2e"
path = "tests/ws_proxy_e2e.rs"
[[test]]
name = "ws_templating_e2e"
path = "tests/ws_templating_e2e.rs"