Cargo Features
[dependencies]
erbium = { version = "1.0.6", 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
somewhere in the dependency tree.default-features = false - 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