mc-ping 0.0.20

Simple Java Minecraft Server Pinger
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "mc-ping"
version = "0.0.20"
authors = ["cxdsad"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple Java Minecraft Server Pinger"
readme = "README.md"
keywords = [
    "minecraft",
    "pinger",
    "mc",
    "non-blocking",
    "tcp",
]
categories = [
    "asynchronous",
    "network-programming",
    "game-development",
]
license-file = "LICENSE.md"
repository = "https://github.com/cxdsad/mc-ping"

[features]
resolve = []

[lib]
name = "mc_ping"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.98"

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

[dependencies.serde_json]
version = "1.0.142"

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

[dependencies.tokio-socks]
version = "0.5.2"