[package] name = "rq_derive" version = "0.1.2" authors = ["Jan Burle "] repository = "https://github.com/jburle/rq" description = "Rust-to-Qt library - derive macros" license = "MIT OR Apache-2.0" edition = "2018" [lib] proc-macro = true [dependencies] syn = { version = "0.15.30", features = ["full"] } quote = "0.6.12" proc-macro2 = "0.4.27"