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