Cargo Features

simple-icons-rs has no features set by default.

[dependencies]
simple-icons-rs = { version = "0.0.1", features = ["icon_loader", "built_icons"] }
icon_loader = bytes, futures-util, octocrab, once_cell, regex, reqwest, serde, serde_json, tempdir, thiserror, tokio, zip

Affects simple-icons-rs::icon_loader

built_icons

Affects simple-icons-rs::built_icons

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.

tempdir icon_loader?

Enables tempdir

Icon Loader

reqwest icon_loader?

Enables reqwest ^0.11.11

zip icon_loader?

Enables zip ^0.6.2

bytes icon_loader?
futures-util icon_loader?
octocrab icon_loader?

Enables octocrab ^0.16

thiserror icon_loader?
serde icon_loader?
serde_json icon_loader?
regex icon_loader?
once_cell icon_loader?
tokio icon_loader?