[package] name = "acacia_net" authors = ["Tommy Hudson "] license = "GPL-3.0-or-later" description = "A library for the Minecraft: Java Edition network protocol." keywords = ["minecraft"] categories = ["network-programming"] repository = "https://gitlab.com/thomhuds/acacia" homepage = "https://gitlab.com/thomhuds/acacia" documentation = "https://docs.rs/acacia_net" version = "0.1.0" edition = "2018" workspace = "../" [dependencies] byteorder = { version = "1", features = ["i128"] } failure = "0.1" failure_derive = "0.1" hematite-nbt = "0.4"