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
[dependencies.cssparser]
version = "0.33.0"

[dependencies.lightningcss]
version = "1.0.0-alpha.61"

[dependencies.paste]
version = "1.0.15"

[dependencies.rand]
version = "0.8.5"

[dependencies.titan-html-derive]
version = "0.1.6"

[dependencies.titan-utils]
features = ["internal-cssvalidate"]
version = "0.1.6"

[dependencies.url]
version = "2.5.4"

[[example]]
name = "testing"
path = "examples/testing.rs"

[lib]
name = "titan_html"
path = "src/lib.rs"

[package]
authors = ["Vincent Thomas"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "HTML Generator with builtin css-in-rust support. Mainly used in the titan family, but can be used independently"
edition = "2021"
keywords = ["web"]
license = "MIT"
name = "titan-html"
readme = "README.md"
version = "0.1.6"