Cargo Features

[dependencies]
rstm = { version = "0.0.4", default-features = false, features = ["full", "alloc", "serde", "tracing", "std"] }
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, serde, tracing
alloc std

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

Enables alloc of rstm-core and optional serde

serde full?

Enables serde, serde of rstm-core

tracing full?

Enables tracing, tracing of rstm-core

std default = alloc

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

Enables std of rstm-core, optional serde, and strum

Features from optional dependencies

****************** Dependencies ******************