[package] name = "mycraft" version = "0.1.0" authors = ["Tanapol Prucksakorn "] edition = "2018" license = "Apache-2.0" readme = "README.md" repository = "https://github.com/zynaxsoft/mycraft-rs" homepage = "https://github.com/zynaxsoft/mycraft-rs" keywords = ["gamedev", "minecraft"] description = "A custom Minecraft server framework" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures = "0.3.5" async-codec = "0.4.0-alpha.4" [dependencies.async-std] version = "1.6.3" features = ["attributes"]