Cargo Features
[dependencies]
eryon = { version = "0.0.1", default-features = false, features = ["full", "actors", "mem", "net", "rt", "json", "rand", "rayon", "rng", "serde", "tracing"] }
- default full? = actors, mem, rt
-
These default features are set whenever
eryon
is added without
somewhere in the dependency tree.default-features = false - full = default, json, rand, rayon, serde, tracing
- actors default
-
********* [FF] Features *********
Enables eryon-actors
- mem default
-
Enables eryon-mem
- net
-
Enables eryon-net
- rt default
-
Enables eryon-rt
- json full?
-
********* [FF] Dependencies *********
Enables json of optional eryon-actors, eryon-core, and optional eryon-mem
- rand full?
-
Enables rand of optional eryon-actors, eryon-core, optional eryon-mem, optional eryon-net, and optional eryon-rt
eryon-net:
********* [FF] Dependencies *********
- rayon full?
-
Enables rayon of optional eryon-actors, optional eryon-net, and optional eryon-rt
- rng
-
Enables rng of optional eryon-actors, eryon-core, optional eryon-mem, optional eryon-net, and optional eryon-rt
- serde full?
-
Enables serde of optional eryon-actors, eryon-core, optional eryon-mem, and optional eryon-rt
- tracing full?
-
Enables tracing of optional eryon-actors, eryon-core, optional eryon-mem, optional eryon-net, and optional eryon-rt