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 wheneverrstm
is added without
somewhere in the dependency tree.default-features = false - full = default, rand, serde, tracing
- alloc std
-
********* [FF] Dependencies *********
- anyhow
- json
- rand full?
- rng
- serde full?
- serde_json
-
Enables serde_json of rstm-core
- tracing full?
- std default = alloc
-
************* [FF:Environments] *************
- wasi
- wasm