Cargo Features

[dependencies]
scsys = { version = "0.2.4", default-features = false, features = ["full", "derive", "macros", "utils", "alloc", "json", "rand", "serde", "time", "std", "wasi", "wasm"] }
default full? = std, utils

These default features are set whenever scsys is added without default-features = false somewhere in the dependency tree.

full = default, derive, json, macros, rand, serde, time
derive full?

********* [FF] Features *********

Enables scsys-derive

macros full?

Enables scsys-macros

utils default

Enables scsys-util

alloc

********* [FF] Dependencies *********

Enables alloc of scsys-core and optional scsys-util

json full?

Enables json of scsys-core

rand full?

Enables rand of scsys-core

serde full?

Enables serde of scsys-core and optional scsys-util

time full?

Enables time of scsys-core

std default

********* [FF] Environments *********

Enables std of scsys-core and optional scsys-util

wasi

Enables wasi of scsys-core

wasm

Enables wasm of scsys-core