[package]
edition = "2021"
name = "bitsandbytes"
version = "0.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Owned, bit-aware binary codec — bitfields, arbitrary-width integers, enums, and the #[bin] whole-message macro. Name reservation; first real release coming soon."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/RawSocketLabs/bitsandbytes"
[lib]
name = "bitsandbytes"
path = "src/lib.rs"