[dependencies.proc-macro2]
version = "0.4"
[dependencies.quote]
version = "0.6.10"
[dependencies.rand]
version = "0.6"
[dependencies.syn]
features = ["derive"]
version = "0.15.23"
[lib]
proc-macro = true
[package]
authors = ["Kevin Allison <kvnallsn@gmail.com>"]
categories = ["web-programming"]
description = "Proc-Macro derive implementation for WebForms. Should not depend on this crate, should depend on webforms instead"
edition = "2018"
keywords = ["web", "form", "html", "validate"]
license = "MIT"
name = "webforms_derive"
repository = "https://github.com/kvnallsn/webforms"
version = "0.2.1"