blaze-pk 0.6.0-alpha-3

Rust library for Blaze packet system
Documentation
[badges.maintenance]
status = "experimental"
[dependencies.blaze-ssl-async]
optional = true
version = "0.1.1"

[dependencies.bytes]
version = "1.3.0"

[dependencies.tokio]
features = ["full"]
optional = true
version = "1"

[features]
async = ["tokio"]
blaze-ssl = ["async", "dep:blaze-ssl-async"]
default = ["sync"]
sync = []

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