meet-macro 0.1.0

The Meet Framework
Documentation
[package]
name = "meet-macro"
version = "0.1.0"
edition = "2018"
authors = ["Justin Starry <justin.starry@icloud.com>","krircc@qq.com"]
repository = "https://github.com/kayrx/meet"
homepage = "https://github.com/kayrx/meet"
documentation = "https://docs.rs/meet-macro/"
license = "Apache-2.0"
keywords = ["web", "wasm", "client", "webassembly"]
categories = ["gui", "web-programming", "wasm"]
description = "The Meet Framework"

[lib]
proc-macro = true

[dependencies]
boolinator = "2.4.0"
lazy_static = "1.3.0"
proc-macro-hack = "0.5"
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0", features = ["full", "extra-traits"] }