rust_mc_proto/Cargo.toml
MeexReay f8196d036c
Some checks failed
Rust / build (push) Failing after 1m49s
remove atomic_clone feature
remove zigzag
add varint test
replace read_varint macro with size_varint
some rewrite varint reading
2025-05-01 04:42:45 +03:00

15 lines
355 B
TOML
Executable File

[package]
name = "rust_mc_proto"
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"]
version = "0.1.18"
edition = "2024"
[dependencies]
flate2 = "1.1.1"
uuid = "1.16.0"