[dependencies.bitsong-macros]
version = "0.1.1"
[dependencies.no-panic]
optional = true
version = "0.1.35"
[features]
no_panic = ["dep:no-panic"]
[lib]
name = "bitsong"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Fast `#[no_std]` macro-based serialization/deserialization."
edition = "2024"
license = "MIT"
name = "bitsong"
readme = "README.md"
repository = "https://codeberg.org/Serena/bitsong/"
version = "0.1.2"