engineioxide-core 0.2.1

Engineioxide core types and utilities
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.86.0"
name = "engineioxide-core"
version = "0.2.1"
authors = ["Théodore Prévot <"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Engineioxide core types and utilities"
homepage = "https://github.com/totodore/socketioxide"
readme = "README.md"
keywords = [
    "socketio",
    "tower",
    "axum",
    "hyper",
    "websocket",
]
categories = [
    "asynchronous",
    "network-programming",
    "web-programming::websocket",
]
license = "MIT"
repository = "https://github.com/totodore/socketioxide"
resolver = "2"

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

[dependencies.base64]
version = "0.22"

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

[dependencies.rand]
version = "0.10"

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