workflow-html 0.19.0

HTML templating engine for run-time DOM injections
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 = "workflow-html"
version = "0.19.0"
authors = ["WORKFLOW-RS developers"]
build = false
exclude = [
    "/.*",
    "/test",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
HTML templating engine for run-time DOM injections
"""
readme = "README.md"
keywords = [
    "html",
    "template",
]
categories = [
    "web-programming::http-client",
    "template-engine",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/workflow-rs/workflow-rs"
resolver = "2"

[lib]
name = "workflow_html"
crate-type = [
    "cdylib",
    "lib",
]
path = "src/lib.rs"
doctest = false

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.regex]
version = "1.10.2"

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

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

[dependencies.workflow-html-macros]
version = "0.19.0"
default-features = false