origami 0.1.0

A programmable Minecraft client to build agents/bots.
[[bin]]
name = "origami"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.95"

[dependencies.bytes]
version = "1.9.0"

[dependencies.gami_mc_protocol]
version = "0.1.1"

[dependencies.tokio]
features = ["full"]
version = "1.43.0"

[lib]
name = "origami"
path = "src/lib.rs"

[package]
authors = ["Oery"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "game-development", "simulation"]
description = "A programmable Minecraft client to build agents/bots."
edition = "2021"
keywords = ["minecraft", "client", "networking", "bot", "ai"]
license = "MIT"
name = "origami"
readme = "README.md"
repository = "https://github.com/Oery/origami"
version = "0.1.0"