[package] name = "minecraft-protocol-generator" version = "0.0.0" authors = ["vagola <vladislavs.golubs@yandex.ru>"] edition = "2018" description = "Minecraft protocol generator" license = "MIT" homepage = "https://github.com/eihwaz/minecraft-protocol" repository = "https://github.com/eihwaz/minecraft-protocol" keywords = ["minecraft", "protocol", "packet", "io"] [dependencies] serde = "1.0.120" serde_json = "1.0" handlebars = "3.5.2" heck = "0.3.2" protodef-parser = "0.1.0"