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 whenever esp-hal-dhcp-server is added without default-features = false somewhere in the dependency tree.

log default

Enables log

esp-hal-dhcp-server has 2 features without comments.