[package] name = "hypixel" version = "0.1.0" edition = "2021" description = "Rust wrapper for the Hypixel public API." license = "MIT" repository = "https://github.com/Quzacks/hypixel" keywords = ["minecraft", "hypixel", "wrapper"] categories = ["api-bindings", "asynchronous"] [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.81" reqwest = { version = "0.11", features = ["json"] } tokio = { version = "1.19.0", features = ["full"] } [features] default = ["players", "resources", "skyblock", "others"] players = [] resources = [] skyblock = [] others = []