[[bin]]
name = "generator"
path = "src/generator.rs"
required-features = ["_generator"]
[dependencies.base64]
optional = true
version = "0.13"
[dependencies.convert_case]
optional = true
version = "0.5"
[dependencies.enum-iterator]
optional = true
version = "0.7"
[dependencies.indicatif]
optional = true
version = "0.18.0"
[dependencies.proc-macro2]
optional = true
version = "1.0"
[dependencies.quote]
optional = true
version = "1.0"
[dependencies.rayon]
optional = true
version = "1.8.1"
[dependencies.regex]
optional = true
version = "1"
[dependencies.tempfile]
optional = true
version = "3.0.2"
[dependencies.yew]
features = ["csr"]
version = "0.22"
[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1"
[features]
_enumerate_icon_data = []
_generator = ["quote", "convert_case", "proc-macro2", "regex", "base64", "tempfile", "rayon", "indicatif"]
_testing = ["yew/ssr", "_enumerate_icon_data"]
bootstrap = []
default = []
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 = []
[lib]
name = "yew_icons"
path = "src/lib.rs"
[package]
authors = ["Finn Bear"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Easily include a variety of SVG icons into your Yew app"
edition = "2021"
exclude = ["/bootstrap", "/feather", "/Font-Awesome", "/heroicons", "/octicons", "/lipis-flag-icons", "/lucide", "/simple-icons", "/extra", "/docs", "/test-app", "svgo.config.js"]
license = "MIT"
name = "yew_icons"
readme = "README.md"
repository = "https://github.com/finnbear/yew_icons/"
version = "0.9.0"