[package]
edition = "2021"
name = "lepticons"
version = "0.12.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lucide icons as a Leptos component with category-based features."
homepage = "https://lepticons.9bits.cc"
documentation = "https://docs.rs/lepticons"
readme = "README.md"
keywords = [
"icons",
"lucide",
"leptos",
"svg",
"wasm",
]
categories = ["graphics"]
license = "MIT"
repository = "https://github.com/eugener/lepticons"
[features]
accessibility = []
account = []
animals = []
arrows = []
buildings = []
charts = []
communication = []
connectivity = []
cursors = []
default = [
"accessibility",
"account",
"animals",
"arrows",
"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",
]
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 = []
[lib]
name = "lepticons"
path = "src/lib.rs"
bench = false
[[test]]
name = "api_test"
path = "tests/api_test.rs"
[dependencies.convert_case]
version = "0.11"
[dependencies.leptos]
version = "0.8"
[dependencies.strum]
version = "0.28"
[dependencies.strum_macros]
version = "0.28"