Cargo Features

[dependencies]
eryon-nrt = { version = "0.0.1", default-features = false, features = ["full", "alloc", "json", "rand", "rng", "serde", "tracing", "std", "rayon"] }
default full? = std

The std feature is set by default whenever eryon-nrt is added without default-features = false somewhere in the dependency tree.

full = default, json, rand, serde, tracing
alloc std

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

Enables alloc of num, optional serde, and optional serde_json

json full? = serde

Enables serde_json

rand full? rng? = rng

Enables rand and rand_distr, rand of num, rand of rshyper

rng rand?

Enables small_rng and thread_rng of rand, rng of rshyper

serde full? json?

Enables serde and serde_derive, serde of num and rshyper

tracing full?

Enables tracing of rshyper, attributes and log of tracing

std default = alloc

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

Enables std of num, optional rand, optional serde, and strum

Features from optional dependencies

rayon implicit feature

Enables rayon

rayon:

Simple work-stealing parallelism for Rust