[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"
[lib]
name = "rocal_ui"
path = "src/lib.rs"
[package]
authors = ["Yoshiki Sashiyama <yoshi@rocal.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "UI for Rocal - Full-Stack WASM framework"
edition = "2021"
homepage = "https://github.com/rocal-dev/rocal"
keywords = ["template-engine", "web-framework", "macro", "wasm", "web"]
license = "MIT"
name = "rocal-ui"
readme = "README.md"
repository = "https://github.com/rocal-dev/rocal"
version = "0.1.11"
[[test]]
name = "test_html_parse"
path = "tests/test_html_parse.rs"
[[test]]
name = "test_html_to_tokens"
path = "tests/test_html_to_tokens.rs"
[[test]]
name = "test_queue"
path = "tests/test_queue.rs"
[[test]]
name = "test_stack"
path = "tests/test_stack.rs"