Cargo Features

[dependencies]
scsys-actors = { version = "0.2.3", default-features = false, features = ["full", "alloc", "serde", "tokio", "tokio-ext", "std", "wasi", "wasm"] }
default full? = std

The std feature is set by default whenever scsys-actors is added without default-features = false somewhere in the dependency tree.

full = default, serde, tokio
alloc

*** [FF] Dependencies ***

Enables alloc of scsys-core and optional serde

serde full?

Enables serde, serde of scsys-core

tokio full? tokio-ext? = tokio-ext

Enables tokio

tokio-ext tokio?

Enables sync of tokio

std default

*** [FF] Environments ***

Enables std of futures, scsys-core, optional serde, and strum

wasi

Enables wasi of scsys-core

wasm

Enables wasm of scsys-core