Cargo Features
[dependencies]
esp-hal-dhcp-server = { version = "0.2.4", default-features = false, features = ["log"] }
- default = log
-
The
log
feature is set by default wheneveresp-hal-dhcp-server
is added without
somewhere in the dependency tree.default-features = false - log default
-
Enables log
esp-hal-dhcp-server has 2 features without comments.