Cargo Features

eryon-actors has no features set by default.

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

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

full = default, rand, rayon, serde, tracing
approx

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

Enables approx, approx of eryon-surface and ndarray

json = serde

Enables serde_json, json of eryon-core and eryon-mem and std of optional serde

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

rand full? rng? = rng

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

rayon full?

Enables rayon

rng rand?

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

serde full? json?

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

tracing full?

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