Cargo Features

eryon-mem has no features set by default.

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

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

full = default, json, rand, serde, tracing
blockchain

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

json full? = serde

Enables serde_json, json of eryon-core

rand full? rng? = rng

Enables rand and rand_distr, rand of eryon-core and num

rng rand?

Enables rng of eryon-core, small_rng and thread_rng of rand

serde full? json?

Enables serde and serde_derive, serde of eryon-core and num

tracing full?

Enables tracing of eryon-core, attributes and log of tracing