lepticons-picker 0.2.1

Embeddable icon picker component for Leptos, powered by Lucide icons.
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-picker"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embeddable icon picker component for Leptos, powered by Lucide icons."
homepage = "https://lepticons.9bits.cc"
documentation = "https://docs.rs/lepticons-picker"
readme = "README.md"
keywords = [
    "icons",
    "icon-picker",
    "lucide",
    "leptos",
    "wasm",
]
categories = [
    "gui",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/eugener/lepticons"

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

[dependencies.convert_case]
version = "0.11"

[dependencies.lepticons]
version = "0.10"

[dependencies.leptos]
version = "0.8"

[dependencies.web-sys]
version = "0.3"
features = [
    "ScrollIntoViewOptions",
    "ScrollBehavior",
    "ScrollLogicalPosition",
]