Cargo Features

[dependencies]
rstm-core = { version = "0.0.4", default-features = false, features = ["full", "alloc", "rand", "serde", "tracing", "std"] }
default full? = std

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

full = default, rand, serde, tracing
alloc std

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

Enables alloc of num and optional serde

rand full?

Enables rand of num

serde full?

Enables serde, serde of num

tracing full?

Enables tracing

std default = alloc

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

Enables std of optional serde and strum

Affects tape::hash_tape, state::AnyState