[package]
edition = "2024"
name = "euv-core"
version = "0.5.6"
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 HTML 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_core"
crate-type = [
"cdylib",
"rlib",
]
path = "src/lib.rs"
[[test]]
name = "mod"
path = "tests/mod.rs"
[dependencies.js-sys]
version = "0.3.99"
[dependencies.lombok-macros]
version = "2.0.28"
[dependencies.wasm-bindgen]
version = "0.2.122"
[dependencies.web-sys]
version = "0.3.99"
features = [
"AnimationEvent",
"BeforeUnloadEvent",
"Blob",
"Clipboard",
"ClipboardEvent",
"console",
"DataTransfer",
"Document",
"DragEvent",
"Element",
"Event",
"EventInit",
"EventTarget",
"File",
"FileList",
"FileReader",
"FocusEvent",
"HashChangeEvent",
"History",
"HtmlButtonElement",
"HtmlCollection",
"HtmlElement",
"HtmlFormElement",
"HtmlHeadElement",
"HtmlInputElement",
"HtmlMediaElement",
"HtmlOptionElement",
"HtmlSelectElement",
"HtmlStyleElement",
"HtmlTextAreaElement",
"InputEvent",
"IntersectionObserver",
"IntersectionObserverEntry",
"IntersectionObserverInit",
"KeyboardEvent",
"Location",
"MouseEvent",
"Navigator",
"Node",
"NodeList",
"Response",
"Storage",
"SubmitEvent",
"Text",
"TouchEvent",
"TouchList",
"Touch",
"TransitionEvent",
"WheelEvent",
"Window",
]
[dev-dependencies.wasm-bindgen-test]
version = "0.3.72"