emmapack 0.0.2

Traits for sending and receiving packets
Documentation
[dependencies.bincode]
version = "1.3.3"

[dependencies.serde]
version = "1.0.203"

[dependencies.tokio]
default-features = false
features = ["io-util"]
optional = true
version = "1.38.0"

[features]
default = ["tokio"]
tokio = ["dep:tokio"]

[package]
authors = [""]
description = "Traits for sending and receiving packets"
edition = "2021"
license = "MIT"
name = "emmapack"
readme = "Readme.md"
repository = "https://github.com/lukas0008/emmapack"
version = "0.0.2"