Cargo Features

tokio_with_wasm has no features set by default.

[dependencies]
tokio_with_wasm = { version = "0.7.3", features = ["full", "macros", "sync", "time", "rt", "rt-multi-thread"] }
default

https://github.com/tokio-rs/tokio/blob/master/tokio/Cargo.toml

full = macros, rt, rt-multi-thread, sync, time
macros full?

Enables macros of tokio

sync full?

Enables sync of tokio

time full?

Affects glue::time

rt full?

Affects glue::task

rt-multi-thread full?