# 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" rust-version = "1.75.0" name = "engineioxide" version = "0.15.1" authors = ["Théodore Prévot <"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Engine IO server implementation in rust as a Tower Service." 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" [package.metadata.docs.rs] features = ["v3"] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "engineioxide" path = "src/lib.rs" [[test]] name = "disconnect_reason" path = "tests/disconnect_reason.rs" [[test]] name = "fixture" path = "tests/fixture.rs" [[bench]] name = "packet_decode" path = "benches/packet_decode.rs" harness = false [[bench]] name = "packet_encode" path = "benches/packet_encode.rs" harness = false [dependencies.base64] version = "0.22" [dependencies.bytes] version = "1.7" features = ["serde"] [dependencies.futures-core] version = "0.3" [dependencies.futures-util] version = "0.3" features = ["std"] default-features = false [dependencies.http] version = "1.1" [dependencies.http-body] version = "1.0" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1.5" [dependencies.hyper-util] version = "0.1" features = ["tokio"] [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.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.smallvec] version = "1.13" features = ["union"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.40" features = [ "rt", "time", ] [dependencies.tokio-tungstenite] version = "0.24" [dependencies.tower-layer] version = "0.3" [dependencies.tower-service] version = "0.3" [dependencies.tracing] version = "0.1" optional = true [dependencies.unicode-segmentation] version = "1.12" optional = true [dev-dependencies.axum] version = "0.7" [dev-dependencies.criterion] version = "0.5" features = [ "rayon", "html_reports", ] default-features = false [dev-dependencies.hyper] version = "1.5" features = [ "server", "http1", ] [dev-dependencies.hyper-util] version = "0.1" features = [ "tokio", "client-legacy", ] [dev-dependencies.tokio] version = "1.40" features = [ "macros", "parking_lot", ] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] __test_harness = [] tracing = ["dep:tracing"] v3 = [ "memchr", "unicode-segmentation", "itoa", ]