titan-html-derive 0.1.6

Internal proc-macros for the package titan-html
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "titan-html-derive"
description = "Internal proc-macros for the package titan-html"
authors.workspace = true
categories.workspace = true
license.workspace = true
edition.workspace = true
version.workspace = true

[lib]
proc-macro = true

[dependencies]
syn = { version = "2", features = ["full"] }
titan-utils = { version = "0.1.6", path = "../titan-utils", features = ["internal-cssvalidate"] }
quote = "1"