socketioxide-parser-msgpack 0.16.0

Msgpack parser for the socketioxide protocol
Documentation
[[bench]]
harness = false
name = "packet_decode"
path = "benches/packet_decode.rs"

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

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

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

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

[dependencies.rmp]
version = "0.8"

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

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

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

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

[dev-dependencies.serde_json]
version = "1.0"

[lib]
name = "socketioxide_parser_msgpack"
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 = "Msgpack parser for the socketioxide protocol"
edition = "2021"
homepage = "https://github.com/totodore/socketioxide"
keywords = ["socketio", "tower", "axum", "hyper", "websocket"]
license = "MIT"
name = "socketioxide-parser-msgpack"
readme = "README.md"
repository = "https://github.com/totodore/socketioxide"
rust-version = "1.75.0"
version = "0.16.0"