bird-protocol 0.1.2

Minecraft protocol on rust
Documentation
[package]
name = "bird-protocol"
version = "0.1.2"
edition = "2021"
description = "Minecraft protocol on rust"
license = "MIT"

[dependencies]
serde = { version = "1.0.137", features = ["derive"] }
euclid = "0.22.7"
bird-chat = "0.1.0"
serde_json = "1.0.81"
async-trait = "0.1.53"
async-recursion = "1.0.0"
fastnbt = "2.1.0"
quick-error = "2.0.1"
uuid = { version = "1.0.0", features = ["serde"] }
bird-protocol-derive = { path = "../bird_protocol_derive", version = "0.1.2", optional = true }

[features]
derive = ["dep:bird-protocol-derive"]
default_packets = ["derive"]
all = ["default_packets", "derive"]

[dev-dependencies]
actix-rt = "2.7.0"