[package]
edition = "2018"
name = "html-macro"
version = "0.1.2"
authors = ["Chinedu Francis Nwafili <frankie.nwafili@gmail.com>"]
description = "html macro"
documentation = "https://chinedufn.github.io/percy/api/html_macro/"
keywords = ["virtual", "dom", "wasm", "assembly", "webassembly"]
license = "MIT/Apache-2.0"
repository = "https://github.com/chinedufn/percy"
[lib]
proc-macro = true
[dependencies.proc-macro2]
version = "0.4"
[dependencies.quote]
version = "0.6.11"
[dependencies.syn]
version = "0.15"
features = ["full", "extra-traits"]