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 wheneverscsys-utils
is added without
somewhere in the dependency tree.default-features = false - full = default, rand, serde
- alloc std
-
******* [FF] Dependencies *******
Enables alloc of num, optional rand ^0.8, and optional serde
- rand full?
- serde full? = serde-ext
-
Enables serde
- serde-ext serde?
- std default = alloc
-
******* [FF] Environment *******
Enables std of num, std and std_rng of optional rand ^0.8, std of strum ^0.26 and optional serde
- wasi
- wasm
-
Enables js of getrandom ^0.2