Cargo Features

[dependencies]
scsys-actors = { version = "0.2.1", default-features = false, features = ["std", "full", "serde", "serde-ext", "tokio", "tokio-ext", "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.

std default

Enables std of scsys-core

full = default, serde, tokio
serde full? = serde-ext

Enables serde, serde of scsys-core

serde-ext serde?

Enables serde_json

tokio full? tokio-ext? = tokio-ext

Enables tokio

tokio-ext tokio?

Enables sync of tokio

Affects power::shutdown

wasi

Enables wasi of scsys-core

wasm

Enables wasm of scsys-core