msq 0.2.1

Rust library implementation of the legacy Master Server Query Protocol
Documentation
[dependencies.byteorder]
version = "1"

[dependencies.tokio]
features = ["net", "rt", "macros", "rt-multi-thread"]
optional = true
version = "1"

[features]
async = ["tokio"]
default = ["async", "non-async"]
non-async = []

[package]
authors = ["nullsystem"]
categories = ["asynchronous", "network-programming"]
description = "Rust library implementation of the legacy Master Server Query Protocol"
documentation = "https://docs.rs/msq"
edition = "2018"
keywords = ["steam", "query"]
license = "MIT"
name = "msq"
readme = "README.md"
repository = "https://github.com/nullsystem/msq-rs"
version = "0.2.1"