titan-html 0.1.6

HTML Generator with builtin css-in-rust support. Mainly used in the titan family, but can be used independently
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "titan-html"
description = "HTML Generator with builtin css-in-rust support. Mainly used in the titan family, but can be used independently"
authors.workspace = true
categories.workspace = true
license.workspace = true
edition.workspace = true
version.workspace = true
keywords.workspace = true

[dependencies]
cssparser = "0.33.0"
lightningcss = "1.0.0-alpha.61"
rand = "0.8.5"
titan-html-derive = {path = "../titan-html-derive", version = "0.1.6"}
titan-utils = {path = "../titan-utils", version = "0.1.6", features = ["internal-cssvalidate"]}
paste = "1.0.15"
url = "2.5.4"