engineioxide-core 0.2.2

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.94.0"
name = "engineioxide-core"
version = "0.2.2"
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"

[features]
tracing = ["dep:tracing"]
v3 = [
    "dep:memchr",
    "dep:itoa",
]

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

[dependencies.base64]
version = "0.22"

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

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

[dependencies.http]
version = "1.4"

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

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

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

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

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

[dependencies.rand]
version = "0.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.smallvec]
version = "1.15"
features = [
    "union",
    "serde",
]

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

[dev-dependencies.tokio]
version = "1.51"
features = [
    "macros",
    "rt",
    "time",
    "sync",
]

[dev-dependencies.tokio-stream]
version = "0.1"

[lints.clippy]
all = "warn"
complexity = "warn"
correctness = "deny"
perf = "warn"
suspicious = "warn"

[lints.rust]
future_incompatible = "warn"
nonstandard_style = "warn"
rust_2018_idioms = "warn"
rust_2024_compatibility = "warn"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(fuzzing)"]