ponk-protocol 0.1.0

Zero-dependency Rust codec and bounded reassembler for the PONK laser-path protocol
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"
rust-version = "1.88"
name = "ponk-protocol"
version = "0.1.0"
authors = ["Modulaser Team <info@modulaser.app>"]
build = false
include = [
    "/src/**",
    "/examples/**",
    "/Cargo.toml",
    "/README.md",
    "/LICENSE",
    "/NOTICE",
    "/CHANGELOG.md",
    "/CONTRIBUTING.md",
    "/SECURITY.md",
    "/CODE_OF_CONDUCT.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-dependency Rust codec and bounded reassembler for the PONK laser-path protocol"
homepage = "https://github.com/ModulaserApp/ponk-protocol"
documentation = "https://docs.rs/ponk-protocol"
readme = "README.md"
keywords = [
    "ponk",
    "laser",
    "multicast",
    "protocol",
    "udp",
]
categories = [
    "encoding",
    "multimedia",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/ModulaserApp/ponk-protocol"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[[example]]
name = "receive_reassemble"
path = "examples/receive_reassemble.rs"

[[example]]
name = "roundtrip"
path = "examples/roundtrip.rs"

[[example]]
name = "send_multicast"
path = "examples/send_multicast.rs"

[dependencies]