[package]
edition = "2024"
name = "binary-codec"
version = "0.5.6"
authors = ["maurictg"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A binary codec for Rust that provides serialization and deserialization of data structures to and from binary formats."
homepage = "https://github.com/maurictg/Binary-Codec"
readme = "README.md"
keywords = [
"binary",
"codec",
"serialization",
"deserialization",
]
license = "MIT"
repository = "https://github.com/maurictg/Binary-Codec"
resolver = "1"
[lib]
name = "binary_codec"
path = "src/lib.rs"
[dependencies.binary-codec-derive]
version = "0.5.2"