[package] name = "qu-derive" description = "internal part of qu crate" version = "0.6.0" authors = ["Richard Dodd "] edition = "2021" license = "MIT/Apache-2.0" repository = "https://github.com/derekdreery/qu" [lib] proc-macro = true [dependencies] syn = { version = "1.0", features = ["full"] } quote = "1.0" proc-macro2 = "1.0" log = "0.4.14"