lepticons 0.13.1

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"
rust-version = "1.81"
name = "lepticons"
version = "0.13.1"
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 = ["lepticons-data/accessibility"]
account = ["lepticons-data/account"]
animals = ["lepticons-data/animals"]
arrows = ["lepticons-data/arrows"]
buildings = ["lepticons-data/buildings"]
charts = ["lepticons-data/charts"]
communication = ["lepticons-data/communication"]
connectivity = ["lepticons-data/connectivity"]
cursors = ["lepticons-data/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 = ["lepticons-data/design"]
development = ["lepticons-data/development"]
devices = ["lepticons-data/devices"]
emoji = ["lepticons-data/emoji"]
files = ["lepticons-data/files"]
finance = ["lepticons-data/finance"]
food_beverage = ["lepticons-data/food_beverage"]
gaming = ["lepticons-data/gaming"]
home = ["lepticons-data/home"]
layout = ["lepticons-data/layout"]
mail = ["lepticons-data/mail"]
math = ["lepticons-data/math"]
medical = ["lepticons-data/medical"]
multimedia = ["lepticons-data/multimedia"]
nature = ["lepticons-data/nature"]
navigation = ["lepticons-data/navigation"]
notifications = ["lepticons-data/notifications"]
people = ["lepticons-data/people"]
photography = ["lepticons-data/photography"]
science = ["lepticons-data/science"]
seasons = ["lepticons-data/seasons"]
security = ["lepticons-data/security"]
shapes = ["lepticons-data/shapes"]
shopping = ["lepticons-data/shopping"]
social = ["lepticons-data/social"]
sports = ["lepticons-data/sports"]
sustainability = ["lepticons-data/sustainability"]
text = ["lepticons-data/text"]
time = ["lepticons-data/time"]
tools = ["lepticons-data/tools"]
transportation = ["lepticons-data/transportation"]
travel = ["lepticons-data/travel"]
weather = ["lepticons-data/weather"]

[lib]
name = "lepticons"
path = "src/lib.rs"
bench = false

[[test]]
name = "api_test"
path = "tests/api_test.rs"

[dependencies.lepticons-data]
version = "0.1.1"
default-features = false

[dependencies.leptos]
version = "0.8"