sockudo-protocol 3.2.0

Pusher protocol message types and constants for Sockudo
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.90"
name = "sockudo-protocol"
version = "3.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pusher protocol message types and constants for Sockudo"
readme = false
license-file = "LICENSE"
repository = "https://github.com/sockudo/sockudo"

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

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

[dependencies.ahash]
version = "0.8.12"
features = ["serde"]

[dependencies.serde]
version = "^1"
features = ["derive"]

[dependencies.sonic-rs]
version = "0.5.6"