Cargo Features
tokio-util_wasi has no features set by default.
[dependencies]
tokio-util_wasi = { version = "0.7.5", features = ["full", "net", "compat", "codec", "time", "io", "io-util", "rt"] }
- default
-
No features on by default
- full = codec, compat, io-util, net, rt, time
-
Shorthand for enabling everything
- net full?
-
Enables net of tokio_wasi
- compat full? = futures-io
- codec full? = tracing
- time full? = slab
-
Enables time of tokio_wasi
- io io-util?
- io-util full? = io
-
Enables io-util and rt of tokio_wasi
- rt full? = futures-util, hashbrown
-
Enables rt of tokio_wasi
tokio_wasi:
Includes basic task execution capabilities
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.
- futures-io compat?
- futures-util rt?
- slab time?
-
Enables slab
Backs
DelayQueue
- tracing codec?
- hashbrown tokio_unstable rt?
-
Enables hashbrown ^0.12.0