# 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 = "my_rust_socketio" version = "0.0.3" authors = ["veerapat boonvanich "] description = "Fork From rust_socken_io but fix infiniy reconnect" readme = "README.md" keywords = [ "socketio", "engineio", "network", "protocol", "client", ] categories = [ "network-programming", "web-programming", "web-programming::websocket", ] license = "MIT" resolver = "1" [[example]] name = "async" path = "examples/async.rs" required-features = ["async"] [dependencies.adler32] version = "1.2.0" [dependencies.async-stream] version = "0.3.5" optional = true [dependencies.backoff] version = "0.4" [dependencies.base64] version = "0.21.0" [dependencies.bytes] version = "1" [dependencies.futures-util] version = "0.3" features = ["sink"] optional = true default-features = false [dependencies.log] version = "0.4.17" [dependencies.native-tls] version = "0.2.11" [dependencies.rand] version = "0.8.5" [dependencies.rust_engineio] version = "0.4.1-alpha.1" [dependencies.serde] version = "1.0.163" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.16.1" optional = true [dependencies.url] version = "2.3.1" [dev-dependencies.cargo-tarpaulin] version = "0.18.5" [dev-dependencies.tokio] version = "1.16.1" features = ["macros"] [features] async = [ "async-callbacks", "rust_engineio/async", "tokio", "futures-util", "async-stream", ] async-callbacks = ["rust_engineio/async-callbacks"] default = ["async"]