[package] name = "elua-derive" version = "0.1.0" edition = "2021" [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bytes = "1.5.0" proc-macro2 = "1.0.78" quote = "1.0.35" reqwest = { version = "0.11.24", features = ["blocking"] } syn = "2.0.51" tempdir = "0.3.7" zip = "0.6.6"