[[bench]]
name = "helpers"
path = "benches/helpers.rs"
[[bench]]
harness = false
name = "main"
path = "benches/main.rs"
[dependencies]
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.8"
[features]
alloc = []
default = ["alloc"]
[lib]
name = "minbin"
path = "src/lib.rs"
[package]
authors = ["humacss"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "no-std", "network-programming"]
description = "Minimal, manual, no-std, zero-dependency, big-endian binary serialization."
documentation = "https://docs.rs/minbin"
edition = "2021"
keywords = ["serialization", "no-std", "binary", "encoding", "manual"]
license = "MIT OR Apache-2.0"
name = "minbin"
readme = "README.md"
repository = "https://github.com/humacss/minbin"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true
[[test]]
name = "test"
path = "tests/test.rs"