[package]
edition = "2021"
name = "wire-framed-core"
version = "0.5.0"
description = "A library for encoding and decoding structures into a binary data format."
homepage = "https://github.com/mscofield0/wire-framed"
readme = "README.md"
keywords = [
"encoding",
"binary",
]
categories = ["encoding"]
license-file = "LICENSE"
repository = "https://github.com/mscofield0/wire-framed"
[dependencies.bytes]
version = "1.4"
[dependencies.tokio-util]
version = "0.7"
features = ["codec"]
[dev-dependencies.anyhow]
version = "1.0"
[dev-dependencies.rassert-rs]
version = "3.0"