blaze-pk 0.4.4

Rust library for blaze packet system
Documentation
[package]
name = "blaze-pk"
version = "0.4.4"
edition = "2021"
description = "Rust library for blaze packet system"
license = "MIT"
authors = [ "Jacobtread <jacobtread@gmail.com>"]
repository = "https://github.com/jacobtread/BlazePK-rs"
readme = "README.md"
keywords = ["EA", "serialization", "packet"]
categories = ["network-programming", "parser-implementations"]

[badges]
# Move to passively-maintained
maintenance = { status = "experimental" }

[dependencies]
tokio = { version = "1", features = ["full"], optional = true }

[features]
default = []
async = ["tokio"]