biji-ui 0.3.2

Effortless headless UI components for your Leptos projects
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 = "biji-ui"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Effortless headless UI components for your Leptos projects"
readme = "README.md"
license = "MIT"
repository = "https://github.com/biji-ui/biji-ui"

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

[dependencies.chrono]
version = "0.4"
features = ["wasmbind"]

[dependencies.leptos]
version = "0.8"

[dependencies.leptos-use]
version = "0.16"

[dependencies.wasm-bindgen]
version = "0.2.114"

[dependencies.web-sys]
version = "0.3.69"
features = [
    "CssStyleDeclaration",
    "DomRect",
    "Element",
    "Event",
    "EventTarget",
    "HtmlAnchorElement",
    "HtmlButtonElement",
    "HtmlCollection",
    "HtmlElement",
    "KeyboardEvent",
    "MouseEvent",
    "Node",
    "NodeList",
    "PointerEvent",
    "Window",
]