[package]
edition = "2024"
name = "caelix-socketio"
version = "0.0.34"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Socket.IO integration for the Axum Caelix runtime."
homepage = "https://ohanronnie.github.io/caelix/"
documentation = "https://docs.rs/caelix-socketio"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Ohanronnie/caelix"
[lib]
name = "caelix_socketio"
path = "src/lib.rs"
[dependencies.caelix-core]
version = "0.0.34"
default-features = false
[dependencies.serde]
version = "1.0.229"
features = ["derive"]
[dependencies.socketioxide]
version = "=0.18.5"