folk-protocol 0.1.18

Length-prefixed MessagePack-RPC wire protocol for Folk
Documentation
[package]
name = "folk-protocol"
description = "Length-prefixed MessagePack-RPC wire protocol for Folk"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true

[lints]
workspace = true

[dependencies]
serde = { workspace = true }
rmp-serde = { workspace = true }
rmpv = { workspace = true }
bytes = { workspace = true }
tokio-util = { workspace = true }
thiserror = { workspace = true }

[dev-dependencies]
tokio = { workspace = true }
proptest = "1"