sycamore-router-macro 0.6.3

Router for sycamore
Documentation
[package]

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

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

description = "Router for sycamore"

edition = "2018"

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

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

license = "MIT"

name = "sycamore-router-macro"

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

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

version = "0.6.3"



[lib]

proc-macro = true



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



[dependencies]

nom = "7.0.0"

proc-macro2 = "1.0.29"

quote = "1.0.9"

syn = { version = "1.0.76" }

unicode-xid = "0.2.2"



[dev-dependencies]

expect-test = "1.1.0"

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

trybuild = "1.0.45"