Cargo Features
[dependencies]
edge-raw = { version = "0.7.0", default-features = false, features = ["std", "io", "log", "defmt"] }
- default = io
-
The
iofeature is set by default wheneveredge-rawis added withoutsomewhere in the dependency tree.default-features = false - std = io
- io default std? = edge-nal, embedded-io-async
-
Affects
edge-raw::io…
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.