Cargo Features
yew_icons has no features set by default.
[dependencies]
yew_icons = { version = "0.9.0", features = ["font_awesome_regular", "heroicons_mini_solid", "heroicons_solid", "lipis_flag_icons_4_x_3", "simple_icons", "quote", "convert_case", "proc-macro2", "enum-iterator", "rayon", "regex", "tempfile", "base64", "indicatif"] }
- bootstrap extra feather font_awesome_regular
- font_awesome_solid heroicons_mini_solid
- heroicons_outline heroicons_solid
- lipis_flag_icons_1_x_1 lipis_flag_icons_4_x_3
- lucide octicons simple_icons
Features from optional dependencies
- quote implicit feature
-
Enables quote
quote:
Quasi-quoting macro quote!(...)
Required by the generator binary
- convert_case implicit feature
-
Enables convert_case ^0.5
convert_case:
Convert strings into any case
Required by the generator binary
- proc-macro2 implicit feature
-
Required by the generator binary
- enum-iterator implicit feature
-
Enables enum-iterator ^0.7
enum-iterator:
Tools to iterate over all values of a type (e.g. all variants of an enumeration)
- rayon implicit feature
-
Enables rayon
rayon:
Simple work-stealing parallelism for Rust
Required by the generator binary
- regex implicit feature
-
Required by the generator binary
- tempfile implicit feature
-
Enables tempfile
tempfile:
A library for managing temporary files and directories
Required by the generator binary
- base64 implicit feature
-
Enables base64 ^0.13
base64:
encodes and decodes base64 as bytes or utf8
Required by the generator binary
- indicatif implicit feature
-
Enables indicatif
indicatif:
A progress bar and cli reporting library for Rust
Required by the generator binary