[package] name = "event_handlers_macros" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" description = "tablestoane ath the centre of the great circle of the macroliths of" [lib] proc-macro = true [dependencies] syn = { version = "2.0.71", features = ["full", "extra-traits"] } quote = "1.0" proc-macro2 = "1.0" leptos_reactive = { "version" = "0.6.13", optional = true } web-sys = { version = "0.3", features = ["Event"], optional = true } phf = {version = "0.11.2", features = ["macros"] } [features] default = [] leptos = ["dep:leptos_reactive", "dep:web-sys"]