sycamore-macro 0.5.0-beta.0

A VDOM-less web library with fine grained reactivity
Documentation
[package]

authors = ["Luke Chu <37006668+lukechu10@users.noreply.github.com>"]

categories = ["gui", "wasm", "web-programming"]

description = "A VDOM-less web library with fine grained reactivity"

edition = "2018"

homepage = "https://github.com/sycamore-rs/sycamore"

keywords = ["wasm", "gui", "reactive"]

license = "MIT"

name = "sycamore-macro"

readme = "../../README.md"

repository = "https://github.com/sycamore-rs/sycamore"

version = "0.5.0-beta.0"



[lib]

proc-macro = true



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

proc-macro2 = "1.0"

quote = "1.0"

syn = {version = "1.0", features = ["full"]}



[dev-dependencies]

sycamore = {path = "../sycamore"}

trybuild = "1.0"