Cargo Features

[dependencies]
motorx = { version = "0.0.10", default-features = false, features = ["wasm", "tokio"] }
default = tokio

These default features are set whenever motorx is added without default-features = false somewhere in the dependency tree.

Enables motorx-core

wasm = tokio_wasi

Enables wasm of motorx-core

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 default
tokio_wasi wasm?