[package] name = "mcproto-rs" version = "0.1.0" authors = ["Joey Sacchini "] edition = "2018" license = "Apache-2.0" keywords = ["minecraft", "games", "protocol", "serialziers", "deserializers", "packets", "mc"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde_json = "1.0" regex = "1" lazy_static = "1.4" rand = "0.7" flate2 = "1.0.17" base64 = "0.12.3" paste = "1.0.1" [dependencies.serde] version = "1.0.116" features = [ "derive" ]