[build-dependencies.serde_json]
version = "1.0"
[dependencies.futures-util]
version = "0.3.31"
[dependencies.pale]
version = "0.1.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio-stream]
features = ["sync"]
version = "0.1.17"
[lib]
name = "mc_rpc"
path = "src/lib.rs"
[package]
authors = ["VilleOlof"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Generated JSON RPC Bindings for Minecraft Server Management Protocol Client"
edition = "2024"
exclude = ["schema_fetch"]
keywords = ["minecraft", "rpc", "json", "client"]
license = "MIT"
name = "mc-rpc"
readme = "README.md"
repository = "https://github.com/VilleOlof/mc-rpc"
version = "0.1.2"