Cargo Features

[dependencies]
erbium = { version = "1.0.5", default-features = false, features = ["full", "dhcp", "dns", "radv", "http", "static"] }
default = dhcp, dns, http, radv

These default features are set whenever erbium is added without default-features = false somewhere in the dependency tree.

full = dhcp, dns, http, radv
dhcp default full?

Enables dhcp of erbium-core

dns default full?

Enables dns of erbium-core

radv default full?

Enables radv of erbium-core

http default full?

Enables http of erbium-core

erbium-core:

Currently can't compile http without dhcp.

static

Statically link dependencies.

Enables static of erbium-core