socketioxide-redis 0.2.1

Redis adapter for the socket.io protocol
Documentation
[dependencies.bytes]
features = ["serde"]
version = "1.10"

[dependencies.fred]
default-features = false
features = ["subscriber-client", "i-pubsub"]
optional = true
version = "10"

[dependencies.futures-core]
version = "0.3"

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

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.redis]
default-features = false
features = ["aio", "tokio-comp", "streams"]
optional = true
version = "0.29.1"

[dependencies.rmp]
version = "0.8"

[dependencies.rmp-serde]
version = "1.3"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.smallvec]
features = ["union", "serde"]
version = "1.13"

[dependencies.socketioxide-core]
version = "0.16"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
features = ["macros", "parking_lot", "rt-multi-thread"]
version = "1.40"

[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[features]
default = ["redis"]
fred = ["dep:fred"]
redis = ["dep:redis"]
redis-cluster = ["redis", "redis/cluster-async"]

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

[package]
authors = ["Théodore Prévot <"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming", "web-programming::websocket"]
description = "Redis adapter for the socket.io protocol"
edition = "2021"
homepage = "https://github.com/totodore/socketioxide"
keywords = ["socketio", "tower", "axum", "hyper", "websocket"]
license = "MIT"
name = "socketioxide-redis"
readme = "README.md"
repository = "https://github.com/totodore/socketioxide"
rust-version = "1.75.0"
version = "0.2.1"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[[test]]
name = "broadcast"
path = "tests/broadcast.rs"

[[test]]
name = "fixture"
path = "tests/fixture.rs"

[[test]]
name = "local"
path = "tests/local.rs"

[[test]]
name = "rooms"
path = "tests/rooms.rs"

[[test]]
name = "sockets"
path = "tests/sockets.rs"