Cargo Features

[dependencies]
scsys = { version = "0.2.2", default-features = false, features = ["full", "actors", "derive", "macros", "alloc", "rand", "serde", "tokio", "std", "wasi", "wasm"] }
default full? = std

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

full = actors, default, derive, rand, serde, tokio
actors full?

*** [FF] Crates ***

Enables scsys-actors

derive full? = macros

Enables scsys-derive

macros derive?

Enables scsys-macros

alloc

*** [FF] Dependencies ***

Enables alloc of optional scsys-actors and scsys-core

rand full?

Enables rand of scsys-core

serde full?

Enables serde of optional scsys-actors and scsys-core

tokio full?

Enables tokio of optional scsys-actors

std default

*** [FF] Environments ***

Enables std of optional scsys-actors and scsys-core

wasi

Enables wasi of optional scsys-actors and scsys-core

wasm

Enables wasm of optional scsys-actors and scsys-core