leptix-switch 0.1.0

Leptix Switch component — a control that allows toggling between checked and not checked.
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 = "2024"
name = "leptix-switch"
version = "0.1.0"
authors = ["Rantai Dev <dev@rantai.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Leptix Switch component — a control that allows toggling between checked and not checked."
readme = "README.md"
license = "MIT"
repository = "https://github.com/RantAI-dev/leptix-ui"
resolver = "2"

[lib]
name = "leptix_switch"
path = "src/lib.rs"

[dependencies.leptix-core]
version = "0.1.0"

[dependencies.leptos]
version = "0.8"

[dependencies.leptos-node-ref]
version = "0.2"

[dependencies.web-sys]
version = "0.3"
features = [
    "Event",
    "EventInit",
]