Cargo Features
[dependencies]
edge-ws = { version = "0.5.0", default-features = false, features = ["std", "io", "defmt", "log", "embedded-svc"] }
- default = io
-
The
iofeature is set by default wheneveredge-wsis added withoutsomewhere in the dependency tree.default-features = false - 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