Cargo Features

[dependencies]
free-icons = { version = "0.7.0", default-features = false, features = ["bootstrap", "feather", "font-awesome", "heroicons", "ionicons", "octicons", "json"] }
default = bootstrap, feather, font-awesome, heroicons, ionicons, octicons

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

bootstrap default

Affects gen::bootstrap, free-icons::Bootstrap, free-icons::bootstrap

feather default

Affects gen::feather, free-icons::Feather, free-icons::feather

font-awesome default

Affects gen::font_awesome, free-icons::FontAwesome, free-icons::font_awesome

heroicons default

Affects gen::heroicons, free-icons::Heroicons, free-icons::heroicons

ionicons default

Affects gen::ionicons, free-icons::Ionicons, free-icons::ionicons

octicons default

Affects gen::octicons, free-icons::Octicons, free-icons::octicons

json = serde_json

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.

serde_json json?