engineioxide 0.15.1

Engine IO server implementation in rust as a Tower Service.
Documentation
[[bench]]
harness = false
name = "packet_decode"
path = "benches/packet_decode.rs"

[[bench]]
harness = false
name = "packet_encode"
path = "benches/packet_encode.rs"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
features = ["serde"]
version = "1.7"

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

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

[dependencies.http]
version = "1.1"

[dependencies.http-body]
version = "1.0"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1.5"

[dependencies.hyper-util]
features = ["tokio"]
version = "0.1"

[dependencies.itoa]
optional = true
version = "1.0"

[dependencies.memchr]
optional = true
version = "2.7"

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

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.thiserror]
version = "1.0"

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

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

[dependencies.tower-layer]
version = "0.3"

[dependencies.tower-service]
version = "0.3"

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

[dependencies.unicode-segmentation]
optional = true
version = "1.12"

[dev-dependencies.axum]
version = "0.7"

[dev-dependencies.criterion]
default-features = false
features = ["rayon", "html_reports"]
version = "0.5"

[dev-dependencies.hyper]
features = ["server", "http1"]
version = "1.5"

[dev-dependencies.hyper-util]
features = ["tokio", "client-legacy"]
version = "0.1"

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

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

[features]
__test_harness = []
tracing = ["dep:tracing"]
v3 = ["memchr", "unicode-segmentation", "itoa"]

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

[package]
authors = ["Théodore Prévot <"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["asynchronous", "network-programming", "web-programming::websocket"]
description = "Engine IO server implementation in rust as a Tower Service."
edition = "2021"
homepage = "https://github.com/totodore/socketioxide"
keywords = ["socketio", "tower", "axum", "hyper", "websocket"]
license = "MIT"
name = "engineioxide"
readme = "Readme.md"
repository = "https://github.com/totodore/socketioxide"
rust-version = "1.75.0"
version = "0.15.1"

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

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

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