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 whenevereryon-nrt
is added without
somewhere in the dependency tree.default-features = false - 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
- 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