workflow-html 0.13.3

HTML templating engine for run-time DOM injections
Documentation
[dependencies.lazy_static]
version = "1.4.0"

[dependencies.regex]
version = "1.10.2"

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

[dependencies.web-sys]
features = ["console", "CustomEvent", "Document", "Element", "HtmlCollection", "MouseEvent", "Text", "Window"]
version = "0.3.67"

[dependencies.workflow-html-macros]
version = "0.13.3"

[lib]
crate-type = ["cdylib", "lib"]
doctest = false

[package]
authors = ["WORKFLOW-RS developers"]
categories = ["web-programming::http-client", "template-engine"]
description = "HTML templating engine for run-time DOM injections\n"
edition = "2021"
exclude = ["/.*", "/test"]
keywords = ["html", "template"]
license = "MIT OR Apache-2.0"
name = "workflow-html"
readme = "README.md"
repository = "https://github.com/workflow-rs/workflow-rs"
version = "0.13.3"