Cargo Features

[dependencies]
my_rust_socketio = { version = "0.0.3", default-features = false, features = ["async-callbacks", "async"] }
default = async

remove this before merging, just here so that test run through

async-callbacks async

Enables async-callbacks of rust_engineio ^0.4.1-alpha.1

async default = async-callbacks, async-stream, futures-util, tokio

Enables async of rust_engineio ^0.4.1-alpha.1

Affects my_rust_socketio::asynchronous

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

tokio async
futures-util async
async-stream async