[dependencies.html_parser]
version = "0.6.2"
[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0.27"
[dependencies.quote]
version = "1.0.9"
[dependencies.syn]
features = ["extra-traits"]
version = "1.0.73"
[lib]
proc-macro = true
[package]
authors = ["Pepijn Dragt <pepijn.dragt@gmail.com>"]
categories = ["gui", "wasm", "web-programming"]
description = "A macro that transforms html to rust code"
documentation = "https://docs.rs/webelements"
edition = "2018"
homepage = "https://github.com/pdragt/webelements"
keywords = ["web"]
license = "MIT OR Apache-2.0"
name = "we-derive"
readme = "README.md"
repository = "https://github.com/pdragt/webelements"
version = "0.1.2"