Cargo Features

Elfo has no features set by default.

[dependencies]
elfo = { version = "0.2.0-alpha.14", 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

Enables test-util of elfo-core

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.

elfo-test test-util? unstable?
elfo-configurer full?
elfo-logger full? tracing-log?
elfo-telemeter full? unstable?
elfo-dumper full?
elfo-pinger full?
elfo-network network?