[package] name = "mojang" authors = ["Connor Slade "] repository = "https://github.com/Basicprogrammer10/Rust-Mojang" documentation = "https://docs.rs/mojang" version = "0.1.0" edition = "2021" description = "🕹️ Interface for the Mojang API" keywords = ["API", "Minecraft", "Mojang"] categories = ["api-bindings", "games", "network-programming"] license = "GPL-3.0" readme = "README.md" [dependencies] ureq = "2.3.0" tinyjson = "2.3.0" sha-1 = "0.9.8" base64 = "0.13.0" [features] timeout = []