Cargo Features

[dependencies]
badgeland = { version = "0.14.0", default-features = false, features = ["serde_de", "static_icons", "clap"] }
default = clap, static_icons

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

Required by the cargo-badge binary

serde_de = serde
static_icons default = phf

Affects error::IconError, icons::icon_exists, icons::icon_keys

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 static_icons
clap default
serde serde_de?