euv-example 0.5.5

An example application demonstrating the euv UI framework with reactive signals, custom components, and 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-example"
version = "0.5.5"
authors = ["root@ltpp.vip"]
build = false
exclude = [
    "target",
    "Cargo.lock",
    "sh",
    ".github",
    "logs",
    "img",
    "**/*.log",
    "www",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An example application demonstrating the euv UI framework with reactive signals, custom components, and WebAssembly."
readme = "README.md"
keywords = ["cross-platform"]
categories = [
    "network-programming",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/euv-dev/euv.git"

[package.metadata.wasm-pack.profile.dev]
wasm-opt = false

[package.metadata.wasm-pack.profile.release]
wasm-opt = [
    "-Oz",
    "--enable-mutable-globals",
    "--enable-bulk-memory",
    "--enable-nontrapping-float-to-int",
]

[lib]
name = "euv_example"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.euv]
version = "0.5.5"

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