Cargo Features

lwactors has no features set by default.

[dependencies]
lwactors = { version = "0.2.0", features = ["with_tokio02", "with_tokio10", "with_async_global_executor14"] }
with_tokio02 = __global_executor, tokio02
with_tokio10 = __global_executor, tokio10
with_async_global_executor14 = __global_executor, async-global-executor14
__global_executor with_async_global_executor14? with_tokio02? with_tokio10?

Affects lwactors::actor

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.

async-global-executor14 with_async_global_executor14?

Enables async-global-executor ^1.4

tokio02 with_tokio02?

Enables tokio ^0.2

tokio10 with_tokio10?

Enables tokio