[package]
name = "azalea-reflection-proxy"
version = "0.1.4"
edition = "2021"
description = "Spectate and take over an azalea bot session live through a local reflection proxy — Rust port of mineflayer-reflection-proxy"
license = "MIT"
repository = "https://github.com/RaymondShell/azalea-reflection-proxy"
readme = "README.md"
keywords = ["minecraft", "azalea", "proxy", "bot", "spectator"]
categories = ["game-development", "network-programming"]
exclude = [".github/", ".idea/"]
[dependencies]
azalea-protocol = "0.16"
azalea-auth = "0.16"
azalea-crypto = "0.16"
azalea-buf = "0.16"
azalea-chat = "0.16"
azalea-core = "0.16"
azalea-entity = "0.16"
azalea-registry = "0.16"
minecraft_folder_path = "0.1.2"
tokio = { version = "1", features = ["full"] }
parking_lot = "0.12"
eyre = "0.6"
tracing = "0.1"
tracing-subscriber = "0.3"
async-trait = "0.1"
uuid = "1.4"
flate2 = "1.0"