[package]
edition = "2024"
name = "rcon2mc"
version = "0.0.1-dev.1"
authors = ["NearlyHeadlessJack <nearlyheadlessjack@gmail.com>"]
build = false
exclude = [
"target/",
"examples/",
"tests/",
".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rcon Client for Minecraft Server with lib and cli tool, also with a rcon2http server"
readme = "README.md"
keywords = [
"rcon",
"minecraft",
"http",
"cli",
]
license = "MIT"
repository = "https://github.com/NearlyHeadlessJack/rcon2mc"
[lib]
name = "rcon2mc"
path = "src/lib.rs"
[[bin]]
name = "rcon2mc"
path = "src/bin/main.rs"
[dependencies]