leptos_ui 0.3.21

Macros to build UI components easily with Leptos and Tailwind CSS.
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 = "leptos_ui"
version = "0.3.21"
authors = ["Rustify"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros to build UI components easily with Leptos and Tailwind CSS."
homepage = "https://rust-ui.com"
documentation = "https://rust-ui.com/docs/components/installation"
readme = "README.md"
keywords = [
    "leptos",
    "ui",
    "tailwind",
    "css",
    "clx",
]
categories = [
    "gui",
    "web-programming",
    "development-tools",
    "accessibility",
    "wasm",
]
license = "MIT"
resolver = "2"

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

[dependencies.leptos]
version = "0.8"
features = ["nightly"]

[dependencies.paste]
version = "1"

[dependencies.tw_merge]
version = "0.1.7"
features = ["variant"]