wsio-client 0.7.13

Lightweight async WebSocket client for ws.io — provides event-based real-time messaging with a Socket.IO-inspired API.
Documentation
[dependencies.anyhow]
version = "1.0.100"

[dependencies.arc-swap]
version = "1.7.1"

[dependencies.futures-util]
default-features = false
features = ["std"]
version = "0.3.31"

[dependencies.kikiutils]
features = ["atomic-enum-cell"]
version = "0.7.2"

[dependencies.num_enum]
version = "0.7.5"

[dependencies.serde]
version = "1.0.228"

[dependencies.tokio]
features = ["macros", "rt", "sync", "time"]
version = "1.48.0"

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

[dependencies.tokio-util]
version = "0.7.17"

[dependencies.tracing]
optional = true
version = "0.1.41"

[dependencies.url]
version = "2.5.7"

[dependencies.wsio-core]
version = "0.11.0"

[features]
all = ["packet-codec-bincode", "packet-codec-cbor", "packet-codec-msgpack", "packet-codec-postcard", "packet-codec-sonic-rs", "tls-rustls-webpki"]
default = []
full = ["all"]
packet-codec-bincode = ["wsio-core/packet-codec-bincode"]
packet-codec-cbor = ["wsio-core/packet-codec-cbor"]
packet-codec-msgpack = ["wsio-core/packet-codec-msgpack"]
packet-codec-postcard = ["wsio-core/packet-codec-postcard"]
packet-codec-sonic-rs = ["wsio-core/packet-codec-sonic-rs"]
tls-native = ["tokio-tungstenite/native-tls"]
tls-rustls-native = ["tokio-tungstenite/rustls-tls-native-roots"]
tls-rustls-webpki = ["tokio-tungstenite/rustls-tls-webpki-roots"]
tracing = ["dep:tracing"]

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

[package]
authors = ["kiki-kanri"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "concurrency", "network-programming", "web-programming::websocket"]
description = "Lightweight async WebSocket client for ws.io — provides event-based real-time messaging with a Socket.IO-inspired API."
edition = "2024"
homepage = "https://github.com/ws-io/ws.io-rs"
include = ["Cargo.toml", "README.md", "src/**/*"]
keywords = ["messaging", "network", "realtime", "websocket", "ws"]
license = "MIT"
name = "wsio-client"
readme = "README.md"
repository = "https://github.com/ws-io/ws.io-rs"
version = "0.7.13"