[package]
name = "protobuilder"
version = "0.1.0"
edition = "2021"
rust-version = "1.70"
license = "Apache-2.0"
repository = "https://github.com/s0mecode/protobuilder"
description = "Type-safe message protocol builder with RON serialization and configurable framing"
keywords = ["protocol", "networking", "tokio", "async", "serialization"]
categories = ["network-programming", "asynchronous", "encoding"]
[dependencies]
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
ron = "0.8"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]