Cargo Features

eryon-rt has no features set by default.

[dependencies]
eryon-rt = { version = "0.0.1", features = ["full", "blockchain", "consensus", "rand", "rayon", "rng", "serde", "tracing"] }
default full?

These default features are set whenever eryon-rt is added without default-features = false somewhere in the dependency tree.

full = default, rand, rayon, serde, tracing
blockchain = consensus

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

consensus blockchain?
rand full? rng? = rng

Enables rand and rand_distr, rand of rshyper, rand of eryon-actors, eryon-core, eryon-mem, and num

rayon full?

Enables rayon, rayon of eryon-actors

rng rand?

Enables small_rng and thread_rng of rand, rng of rshyper, rng of eryon-actors, eryon-core, and eryon-mem

serde full?

Enables serde and serde_derive, serde of eryon-actors, eryon-core, eryon-mem, num, rshyper, and rstm

tracing full?

Enables attributes and log of tracing, tracing of eryon-actors, eryon-core, eryon-mem, rshyper, and rstm