[dependencies.log]
version = "0.4.26"
[dependencies.miette]
version = "7.5.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.218"
[dependencies.serde_json]
version = "1.0.139"
[dependencies.thiserror]
version = "2.0.11"
[dependencies.tokio]
features = ["io-std", "io-util", "net", "signal"]
version = "1.43.0"
[dependencies.uuid]
features = ["v4"]
version = "1.15.1"
[lib]
name = "minechat_protocol"
path = "src/lib.rs"
[package]
authors = ["walker84837"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "asynchronous", "authentication"]
description = "The MineChat protocol, enabling you chat with people over on Minecraft"
edition = "2024"
keywords = ["networking", "async", "authentication", "chat", "protocol"]
license = "MPL-2.0"
name = "minechat-protocol"
readme = "README.md"
repository = "https://github.com/walker84837/minechat-protocol"
rust-version = "1.85.0"
version = "0.3.0"