Cargo Features
asyncs has no features set by default.
[dependencies]
asyncs = { version = "0.3.0", features = ["test", "tokio", "smol", "async-global-executor", "spawns-compat"] }
- test = asyncs-test, spawns-compat
-
For tests
- tokio
-
For binary crates
- smol
- async-global-executor
-
Enables async-global-executor of spawns
- spawns-compat test?
-
For doc inline of "spawns-core/compat"
Enables compat of spawns-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.