Cargo Features
Elfo has no features set by default.
[dependencies]
elfo = { version = "0.2.0-alpha.16", features = ["full", "network", "unstable", "unstable-stuck-detection", "tracing-log", "test-util"] }
- full = elfo-configurer, elfo-dumper, elfo-logger, elfo-pinger, elfo-telemeter
- network = elfo-network
- unstable
-
Enables unstable of elfo-core, elfo-telemeter, and elfo-test
- unstable-stuck-detection
-
Enables unstable-stuck-detection of elfo-core
- tracing-log
-
Enables tracing-log of elfo-logger
- test-util = elfo-test
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.