Cargo Features

[dependencies]
edge-net = { version = "0.8.1", default-features = false, features = ["std", "async-io-mini", "embassy", "io", "embedded-svc", "nightly"] }
default = io

The io feature is set by default whenever edge-net is added without default-features = false somewhere in the dependency tree.

std async-io-mini? = edge-mqtt, edge-nal-std, io

Enables std of edge-captive, edge-dhcp, edge-http, edge-mdns, edge-raw, and edge-ws

async-io-mini = std

Enables async-io-mini of edge-nal-std

embassy = edge-nal-embassy, io
io default embassy? std? = edge-nal

Enables io of edge-captive, edge-dhcp, edge-http, edge-mdns, edge-raw, and edge-ws

embedded-svc

Enables embedded-svc of edge-http, edge-mqtt, and edge-ws

nightly

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.

edge-mqtt embedded-svc? std?
edge-nal io
edge-nal-std async-io-mini? std?
edge-nal-embassy embassy?