deku 0.7.2

bit level serialization/deserialization proc-macro for structs
Documentation
[package]
authors = ["sharks <sharks@sharks>"]
edition = "2018"
name = "deku"
version = "0.7.2"
license = "MIT OR Apache-2.0"
repository = "https://github.com/sharksforarms/deku"
keywords = ["deku", "bits", "serialization", "deserialization", "struct"]
categories = ["encoding", "parsing", "no-std"]
description = "bit level serialization/deserialization proc-macro for structs"
readme = "README.md"

[lib]
bench = false

[workspace]
members = [
    "deku-derive"
]

[features]
default = ["std", "bitvec/std"]
std = ["alloc"]
alloc = ["bitvec/alloc"]

[dependencies]
deku_derive = { version = "^0.7.0", path = "deku-derive" }
bitvec = { version = "0.18", default-features = false }

[dev-dependencies]
hex-literal = "0.3"
rstest = "0.6"
criterion = "=0.3.2"
alloc_counter = "0.0.4"
trybuild = "1.0"

[[bench]]
name = "deku"
harness = false