minehut 2.0.0

Simple, easy to use Rust wrapper for the Minehut API
Documentation
[dependencies.futures]
version = "0.3"

[dependencies.reqwest]
features = ["json"]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.19.0"

[package]
categories = ["api-bindings", "asynchronous"]
description = "Simple, easy to use Rust wrapper for the Minehut API"
edition = "2021"
keywords = ["minecraft", "minehut", "wrapper"]
license = "MIT"
name = "minehut"
repository = "https://github.com/Quzacks/minehut"
resolver = "2"
version = "2.0.0"