[package] authors = ["Luke Chu <37006668+lukechu10@users.noreply.github.com>"] categories = ["games"] description = "An API for launching Minecraft" edition = "2018" homepage = "https://github.com/lukechu10/minecraft-launcher-api-rs/blob/main/README.md" keywords = ["minecraft", "launcher"] license = "MIT" name = "minecraft-launcher-api" readme = "README.md" repository = "https://github.com/lukechu10/minecraft-launcher-api-rs" version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures = "0.3.5" lazy_static = "1.4.0" reqwest = "0.10.8" serde = {version = "1.0.116", features = ["derive"]} serde_json = "1.0.57" tokio = {version = "0.2.22", features = ["full"]} uuid = {version = "0.8.1", features = ["v4"]}