[package] name = "sky_macros" version = "0.5.0" authors = ["Sayan Nandan "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = {version = "1.0.63", features = ["full"]} quote = "1.0.9" rand = "0.8.3" proc-macro2 = "1.0.24"