[package] name = "minecraft-protocol-derive" version = "0.0.0" authors = ["vagola "] edition = "2018" description = "Derive macro for reading and writing Minecraft packets" license = "MIT" homepage = "https://github.com/eihwaz/minecraft-protocol" repository = "https://github.com/eihwaz/minecraft-protocol" keywords = ["minecraft", "protocol", "packet", "io"] [lib] proc-macro = true [dependencies] proc-macro2 = "1.0" syn = "1.0" quote = "1.0"