euv 0.1.0

A declarative, cross-platform UI framework for Rust with virtual DOM, reactive signals, and RSX macros for WebAssembly.
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 = "euv"
version = "0.1.0"
authors = ["root@ltpp.vip"]
build = false
exclude = [
    "target",
    "Cargo.lock",
    "sh",
    ".github",
    "logs",
    "img",
    "**/*.log",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A declarative, cross-platform UI framework for Rust with virtual DOM, reactive signals, and RSX macros for WebAssembly."
readme = "README.md"
keywords = ["cross-platform"]
categories = [
    "network-programming",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/euv-dev/euv.git"

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

[dependencies.euv-macros]
version = "0.1.0"

[dependencies.js-sys]
version = "0.3"

[dependencies.lombok-macros]
version = "2.0.27"

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

[dependencies.wasm-bindgen-futures]
version = "0.4"

[dependencies.web-sys]
version = "0.3"
features = [
    "console",
    "Document",
    "Element",
    "Event",
    "EventTarget",
    "HtmlElement",
    "HtmlInputElement",
    "HtmlTextAreaElement",
    "HtmlSelectElement",
    "HtmlStyleElement",
    "HtmlButtonElement",
    "HtmlFormElement",
    "HtmlHeadElement",
    "HtmlMediaElement",
    "HtmlOptionElement",
    "Node",
    "Text",
    "Window",
    "Location",
    "Response",
    "MouseEvent",
    "InputEvent",
    "KeyboardEvent",
    "FocusEvent",
    "DragEvent",
    "TouchEvent",
    "TouchList",
    "Touch",
    "WheelEvent",
    "ClipboardEvent",
    "DataTransfer",
    "SubmitEvent",
    "HtmlCollection",
]

[dev-dependencies.wasm-bindgen-test]
version = "0.3"