blocky 0.2.0

A Rust library for creating Minecraft clients, enabling packet manipulation and automated interactions with Minecraft servers.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "anyhow"
version = "1.0.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"

[[package]]
name = "blocky"
version = "0.2.0"
dependencies = [
 "blocky-net",
]

[[package]]
name = "blocky-net"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9f421793b1d59ef15c789e08e0afe83b3540005de1c0d6934986e201d924e0a"
dependencies = [
 "anyhow",
 "bytes",
]

[[package]]
name = "bytes"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"