Cargo Features
[dependencies]
edge-dhcp = { version = "0.7.0", default-features = false, features = ["std", "io", "defmt", "log"] }
- default = io
-
The
iofeature is set by default wheneveredge-dhcpis added withoutsomewhere in the dependency tree.default-features = false - std = io
- io default std? = edge-nal, embassy-futures, embassy-time
-
Affects
edge-dhcp::io… - defmt
-
Enables defmt and defmt of heapless and optional embassy-time
heapless:
Implement
defmt::Format.
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
- embassy-futures io
- embassy-time io
- edge-nal io