mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 15:27:28 +00:00
* Initial minecraft support * Made previews_chat an option * Better error handling and removed version structure * Minecraft Server types * Fixed compilation and renamed stuff * 'extract till you drop!' extracted sockets * extracted java version and fixed socket udp receive * Legacy 1.4 and 1.6 implementation (incomplete) * Furter implementation * Implementations work * Protocol beta v1.8+ implemented * Removed bedrock support * Added auto query * Renamed minecraft to mc and added to md's * Docs, renames and small optimization changes * Changed java version to be able to return None on players sample
23 lines
681 B
TOML
23 lines
681 B
TOML
[package]
|
|
name = "gamedig"
|
|
version = "0.0.5"
|
|
edition = "2021"
|
|
authors = ["CosminPerRam [cosmin.p@live.com]", "node-GameDig [https://github.com/gamedig/node-gamedig]"]
|
|
license = "MIT"
|
|
description = "Check out servers with this."
|
|
homepage = "https://github.com/CosminPerRam/rust-gamedig"
|
|
documentation = "https://docs.rs/gamedig/latest/gamedig/"
|
|
repository = "https://github.com/CosminPerRam/rust-gamedig"
|
|
readme = "README.md"
|
|
keywords = ["server", "verify", "game", "check", "status"]
|
|
|
|
[package.metadata]
|
|
msrv = "1.58.1"
|
|
|
|
[dependencies]
|
|
bzip2-rs = "0.1.2" # for compression
|
|
crc32fast = "1.3.2"
|
|
|
|
trust-dns-resolver = "0.22.0" # dns resolving
|
|
|
|
serde_json = "1.0.87" # json to structs
|