async-minecraft-ping 0.2.0

An async Rust client for the Minecraft ServerListPing protocol
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["net", "io-util"]
version = "0.2"
[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.structopt]
version = "0.3"

[dev-dependencies.tokio]
features = ["macros"]
version = "0.2"

[package]
authors = ["Jay Vana <jaysvana@gmail.com>"]
categories = ["asynchronous", "api-bindings"]
description = "An async Rust client for the Minecraft ServerListPing protocol"
edition = "2018"
keywords = ["minecraft", "mc", "serverlistping"]
license = "MIT OR Apache-2.0"
name = "async-minecraft-ping"
readme = "README.md"
repository = "https://github.com/jsvana/async-minecraft-ping/"
version = "0.2.0"