Cargo Features

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

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

full = default, rand, serde
alloc std

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

Enables alloc of num, optional rand, and optional serde

rand full?

Enables rand, rand of num

serde full? = serde-ext

Enables serde

serde-ext serde?

Enables serde of num, serde1 of optional rand

std default = alloc

******* [FF] Environment *******

Enables std of num, std and std_rng of optional rand, std of strum and optional serde

wasi
wasm

Enables js of getrandom

getrandom:

Feature to enable JavaScript bindings on wasm*-unknown-unknown