sbof 1.0.0

Small Binary Object Format
Documentation
[dependencies.serde]
version = "1.0.219"

[dev-dependencies.rand]
version = "0.9.2"

[dev-dependencies.serde]
features = ["serde_derive"]
version = "1.0.219"

[dev-dependencies.serde_json]
version = "1.0.141"

[lib]
name = "sbof"
path = "src/lib.rs"

[package]
authors = ["DDAN"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding"]
description = "Small Binary Object Format"
documentation = "https://docs.rs/sbof"
edition = "2024"
keywords = ["binary", "serde", "serialization", "deserialization", "format"]
license = "MIT"
name = "sbof"
readme = "README.md"
repository = "https://github.com/DDAN-17/sbof"
version = "1.0.0"

[[test]]
name = "fuzz"
path = "tests/fuzz.rs"