[package]
edition = "2021"
rust-version = "1.95.0"
name = "byte-engine-betp"
version = "0.1.0"
authors = ["Facundo Villa <facundovilla961@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Byte-Engine transport protocol primitives for local and remote sessions."
homepage = "https://github.com/Game-Tek/Byte-Engine"
documentation = "https://docs.rs/byte-engine-betp"
readme = "README.md"
keywords = [
"byte-engine",
"networking",
"protocol",
"transport",
]
categories = [
"network-programming",
"game-development",
]
license = "MIT"
repository = "https://github.com/Game-Tek/Byte-Engine"
[lib]
name = "betp"
path = "src/lib.rs"
[dependencies.tinyvec]
version = "1.10.0"
[dependencies.utils]
version = "0.1.0"
package = "byte-engine-utils"