byte-engine-betp 0.1.0

Byte-Engine transport protocol primitives for local and remote sessions.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"