[dependencies.async-trait]
version = "0.1.89"
[dependencies.bincode]
version = "2.0.1"
[dependencies.os_pipe]
version = "1.2.2"
[dependencies.tokio]
features = ["full"]
version = "1.47.1"
[lib]
doctest = false
name = "packetio"
path = "src/lib.rs"
[package]
authors = ["Gael <gaelgnz23@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple Rust crate for sending and receiving length-prefixed binary packets over any stream."
documentation = "https://docs.rs/packetio"
edition = "2024"
license = "BSD-3-Clause"
name = "packetio"
readme = "README.md"
version = "0.2.0"