sbof 1.2.0

Small Binary Object Format
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

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

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

[dependencies.serde]
version = "1"

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

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

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