Cargo Features

HwAddr has no features set by default.

[dependencies]
hwaddr = { version = "0.1.7", features = ["database"] }
database = phf_codegen, regex, reqwest, smol, url

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.

phf_codegen build database?

Enables phf_codegen ^0.8

regex build database?
reqwest build database?

Enables reqwest ^0.10

smol build database?

Enables smol ^1.0

url build database?