Cargo Features

[dependencies]
edge-ws = { version = "0.5.0", default-features = false, features = ["std", "io", "defmt", "log", "embedded-svc"] }
default = io

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

std = io
io default std? = embedded-io-async

Affects edge-ws::io

defmt

Enables defmt ^0.3, defmt of optional embedded-svc

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.

log implicit feature

Enables log

log:

A lightweight logging facade for Rust

embedded-io-async io

Enables embedded-io-async ^0.6

embedded-svc implicit feature