[package] name = "ref_clone_derive" version = "0.7.0" authors = ["iMplode nZ "] edition = "2018" license = "MIT" description = "Macros to help with the use of ref_clone." repository = "https://github.com/iMplode-nZ/ref_clone/" [lib] proc-macro = true [dependencies] syn = "1.0.39" quote = "1.0.7" proc-macro2 = "1.0.19"