[package] name = "rust_events_derive" version = "0.1.0" authors = ["JP Moresmau "] edition = "2018" description = "Drive macros for rust_events" homepage = "https://github.com/JPMoresmau/rust_events" repository = "https://github.com/JPMoresmau/rust_events" license = "MIT" keywords = ["message","event","asynchronous"] categories = ["asynchronous"] [lib] proc-macro = true [dependencies] syn = "0.14.4" quote = "0.6.3"