ratchet_fixture 0.2.0

Ratchet fixture
Documentation
[dependencies.bytes]
version = "1.0"

[dependencies.futures]
version = "0.3.4"

[dependencies.ratchet]
features = ["split", "deflate", "fixture"]
package = "ratchet_rs"
version = "0.2.0"

[dependencies.tokio]
features = ["io-util"]
version = "1.1.1"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros", "test-util"]
version = "1.1.1"

[package]
categories = ["network-programming", "asynchronous", "web-programming::websocket"]
description = "Ratchet fixture"
edition = "2021"
keywords = ["websocket", "async", "futures", "tokio"]
license = "Apache-2.0"
name = "ratchet_fixture"
readme = "README.md"
repository = "https://github.com/swimos/ratchet/"
version = "0.2.0"