rust_mc_proto_tokio/Cargo.toml
MeexReay e0712d1f5f
Some checks failed
Rust / Build (push) Waiting to run
Rust / Test Suite (push) Waiting to run
Rust / Check (push) Has been cancelled
ver 0.1.19 fix cargo toml
2025-06-07 02:14:09 +03:00

20 lines
473 B
TOML

[package]
name = "rust_mc_proto_tokio"
description = "lightweight minecraft protocol support in pure rust"
repository = "https://git.meex.lol/MeexReay/rust_mc_proto"
license-file = "LICENSE"
readme = "README.md"
keywords = ["minecraft", "protocol", "packets", "lightweight", "tokio"]
version = "0.1.19"
edition = "2024"
[dependencies]
flate2 = "1.1.1"
uuid = "1.16.0"
[dependencies.tokio]
version = "1"
features = ["io-util", "rt", "macros", "net", "rt-multi-thread"]