lucide/packages/yew/Cargo.toml
2025-08-25 18:43:30 +00:00

104 lines
1.6 KiB
TOML

[package]
name = "lucide-yew"
description = "Yew port of Lucide."
homepage = "https://lucide.rustforweb.org/frameworks/yew.html"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
version.workspace = true
[features]
default = []
accessibility = []
account = []
animals = []
arrows = []
brands = []
buildings = []
charts = []
communication = []
connectivity = []
cursors = []
design = []
development = []
devices = []
emoji = []
files = []
finance = []
food-beverage = []
gaming = []
home = []
layout = []
mail = []
math = []
medical = []
multimedia = []
nature = []
navigation = []
notifications = []
people = []
photography = []
science = []
seasons = []
security = []
shapes = []
shopping = []
social = []
sports = []
sustainability = []
text = []
time = []
tools = []
transportation = []
travel = []
weather = []
all-icons = [
"accessibility",
"account",
"animals",
"arrows",
"brands",
"buildings",
"charts",
"communication",
"connectivity",
"cursors",
"design",
"development",
"devices",
"emoji",
"files",
"finance",
"food-beverage",
"gaming",
"home",
"layout",
"mail",
"math",
"medical",
"multimedia",
"nature",
"navigation",
"notifications",
"people",
"photography",
"science",
"seasons",
"security",
"shapes",
"shopping",
"social",
"sports",
"sustainability",
"text",
"time",
"tools",
"transportation",
"travel",
"weather",
]
[dependencies]
yew.workspace = true