Cargo Features

[dependencies]
favicon-picker = { version = "1.0.0", default-features = false, features = ["non_exhaustive", "blocking", "serde"] }
default = non_exhaustive

The non_exhaustive feature is set by default whenever favicon-picker is added without default-features = false somewhere in the dependency tree.

non_exhaustive default
blocking

Enables blocking of reqwest

Affects favicon-picker::get_blocking_favicons_from_url

serde

Enables serde