[package]
name = "html-macro"
version = "0.2.5"
description = "html macro"
authors = ["Chinedu Francis Nwafili "]
keywords = ["virtual", "dom", "wasm", "assembly", "webassembly"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/chinedufn/percy"
documentation = "https://chinedufn.github.io/percy/api/html_macro/"
edition = "2018"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = { version = "1", features = ["span-locations"] }
quote = "1"
syn = { version = "2", features = ["full", "extra-traits"] }
html-validation = { path = "../html-validation", version = "0.1.2" }