[package] name = "pomelo-impl" version = "0.1.5" edition = "2018" license = "MIT OR Apache-2.0" authors = ["Rodrigo Rivas Costa "] description = "Implementation details for pomelo, not to be used directly" repository = "https://github.com/rodrigorc/pomelo" documentation = "https://docs.rs/pomelo" [lib] proc-macro = true [dependencies] quote = "1.0" proc-macro2 = "1.0" syn = { version="1.0", features= ["full", "extra-traits"] }