Cargo Features

[dependencies]
rstm = { version = "0.0.7", default-features = false, features = ["full", "alloc", "anyhow", "json", "rand", "rng", "serde", "serde_json", "tracing", "std", "wasi", "wasm"] }
default full? = std

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

full = default, rand, serde, tracing
alloc std

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

Enables alloc of rstm-core

anyhow

Enables anyhow of rstm-core

json

Enables json of rstm-core

rand full?

Enables rand of rstm-core

rng

Enables rng of rstm-core

serde full?

Enables serde of rstm-core

serde_json

Enables serde_json of rstm-core

tracing full?

Enables tracing of rstm-core

std default = alloc

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

Enables std of rstm-core

wasi

Enables wasi of rstm-core

wasm

Enables wasm of rstm-core