# 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 = "rust_engineio" version = "0.6.0" authors = ["Bastian Kersting "] description = "An implementation of a engineio client written in rust." readme = "README.md" keywords = [ "engineio", "network", "protocol", "client", ] categories = [ "network-programming", "web-programming", "web-programming::websocket", ] license = "MIT" repository = "https://github.com/1c3t3a/rust-socketio" resolver = "1" [package.metadata.docs.rs] all-features = true [lib] bench = false [[bench]] name = "engineio" harness = false [dependencies.adler32] version = "1.2.0" [dependencies.async-stream] version = "0.3.5" [dependencies.async-trait] version = "0.1.79" [dependencies.base64] version = "0.21.5" [dependencies.bytes] version = "1" [dependencies.futures-util] version = "0.3" features = ["sink"] default-features = false [dependencies.http] version = "1.1.0" [dependencies.native-tls] version = "0.2.11" [dependencies.reqwest] version = "0.12.3" features = [ "blocking", "native-tls", "stream", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.36.0" [dependencies.tokio-tungstenite] version = "0.21.0" features = ["native-tls"] [dependencies.tungstenite] version = "0.21.0" [dependencies.url] version = "2.4.1" [dev-dependencies.criterion] version = "0.5.1" features = ["async_tokio"] [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.tokio] version = "1.36.0" features = ["macros"] [features] async = ["async-callbacks"] async-callbacks = [] default = ["async"]