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
somewhere in the dependency tree.default-features = false 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?