[package] name = "yew-interop-macro" version = "0.3.0" edition = "2021" license = "MIT" description = "macros for the yew-interop crate" homepage = "https://github.com/Madoshakalaka/yew-interop" repository = "https://github.com/Madoshakalaka/yew-interop" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro=true [dependencies] syn = "1.0" quote = "1.0" proc-macro2 = "1.0" itertools = "0.10" yew-interop-core = "0.2" url = "2.2" [features] script = [] [dev-dependencies] yew = "0.19" yew-interop = {path = "../yew-interop", features = ["script"]}