tf-rust-socketio 0.8.0

A Socket.IO client implementation in Rust. Fork of rust_socketio with server-to-client ACK support, reconnect headers, and close reason enhancements.
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 = "2021"
name = "tf-rust-socketio"
version = "0.8.0"
authors = ["A2C-SMCP"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Socket.IO client implementation in Rust. Fork of rust_socketio with server-to-client ACK support, reconnect headers, and close reason enhancements."
readme = "README.md"
keywords = [
    "socketio",
    "engineio",
    "network",
    "protocol",
    "client",
]
categories = [
    "network-programming",
    "web-programming",
    "web-programming::websocket",
]
license = "MIT"
repository = "https://github.com/A2C-SMCP/tf-rust-socketio"

[package.metadata.docs.rs]
all-features = true

[features]
async = [
    "async-callbacks",
    "tf-rust-engineio/async",
    "tokio",
    "futures-util",
    "async-stream",
]
async-callbacks = ["tf-rust-engineio/async-callbacks"]
default = []

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

[[example]]
name = "async"
path = "examples/async.rs"
required-features = ["async"]

[[example]]
name = "callback"
path = "examples/callback.rs"

[[example]]
name = "readme"
path = "examples/readme.rs"

[[example]]
name = "secure"
path = "examples/secure.rs"

[dependencies.adler32]
version = "1.2.0"

[dependencies.async-stream]
version = "0.3.6"
optional = true

[dependencies.backoff]
version = "0.4"

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1"

[dependencies.futures-util]
version = "0.3"
features = ["sink"]
optional = true
default-features = false

[dependencies.log]
version = "0.4.22"

[dependencies.native-tls]
version = "0.2.12"

[dependencies.rand]
version = "0.8.5"

[dependencies.serde]
version = "1.0.215"

[dependencies.serde_json]
version = "1.0"

[dependencies.tf-rust-engineio]
version = "0.8.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.40.0"
optional = true

[dependencies.url]
version = "2.5.4"

[dev-dependencies.cargo-tarpaulin]
version = "0.18.5"

[dev-dependencies.serial_test]
version = "3.0.0"

[dev-dependencies.tokio]
version = "1.40.0"
features = [
    "macros",
    "rt-multi-thread",
]

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