[dependencies.eyre]
version = "0.6.12"
[dependencies.nom]
version = "8.0.0"
[dependencies.tracing]
version = "0.1.41"
[features]
default = []
no_std = []
[lib]
name = "buffin"
path = "src/lib.rs"
[package]
authors = ["Kim H <buffin-contact@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "no-std"]
description = "Buffin serialization to/from a binary buffer"
edition = "2024"
homepage = "https://github.com/segfaultsourcery/buffin"
keywords = ["serialization"]
license = "MIT OR Apache-2.0"
name = "buffin"
readme = "crates-io.md"
repository = "https://github.com/segfaultsourcery/buffin"
resolver = "2"
rust-version = "1.85"
version = "0.1.3"