[dependencies.html-escape]
version = "0.2"
[dependencies.smallvec]
features = ["const_generics"]
version = "1"
[lib]
name = "cercis_html"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "HTML generator tool for cercis"
edition = "2021"
keywords = ["rsx", "html", "web", "template", "jsx"]
license = "MIT"
name = "cercis-html"
readme = "README.md"
repository = "https://github.com/magwoo/cercis"
version = "1.2.3"