macroquad_server_handler 0.1.0

A lightweight multiplayer server handler for Macroquad. Built by me — feedback and improvement tips are always welcome!
Documentation
# 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 = "2024"
name = "macroquad_server_handler"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight multiplayer server handler for Macroquad. Built by me — feedback and improvement tips are always welcome!"
readme = "README.md"
keywords = [
    "macroquad",
    "multiplayer",
    "server",
    "networking",
    "game-dev",
]
categories = [
    "game-development",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/peejaykoy12345/macroquad_server_handler"

[lib]
name = "macroquad_server_handler"
path = "src/lib.rs"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.glam]
version = "0.26"

[dependencies.laminar]
version = "0.5"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"