[dependencies.html5ever]
version = "0.29.0"
[dependencies.litrs]
version = "0.4.1"
[dependencies.proc-macro2]
version = "1.0.92"
[dependencies.quote]
version = "1.0"
[dependencies.scraper]
version = "0.21.0"
[dependencies.syn]
features = ["full"]
version = "2.0"
[dependencies.tendril]
version = "0.4.3"
[dev-dependencies]
[lib]
name = "rust_html_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Sigve Røkenes <me@evgiz.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["template-engine"]
description = "Minimal compile-safe HTML templating library"
edition = "2021"
homepage = "https://github.com/evgiz/rust_html"
keywords = ["html", "templating", "template", "components", "rhtml"]
license = "MIT"
name = "rust_html_macros"
readme = "README.md"
repository = "https://github.com/evgiz/rust_html"
version = "1.1.4"