lepticons 0.11.0

Lucide icons as a Leptos component with category-based features.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "lepticons"
version = "0.11.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"