[package] name = "minehut" version = "2.0.0" edition = "2021" description = "Simple, easy to use Rust wrapper for the Minehut API" license = "MIT" repository = "https://github.com/Quzacks/minehut" keywords = ["minecraft", "minehut", "wrapper"] categories = ["api-bindings", "asynchronous"] [dependencies] reqwest = { version = "0.11", features = ["json"] } tokio = { version = "1.19.0", features = ["full"] } futures = "0.3" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"