[dependencies.array-init]
optional = true
version = "2.0.0"
[dependencies.binread_derive]
version = "2.1.0"
[dependencies.lazy_static]
optional = true
version = "1.4"
[dependencies.rustversion]
version = "1.0"
[dev-dependencies.modular-bitfield]
version = "0.9"
[dev-dependencies.trybuild]
version = "1.0"
[features]
const_generics = ["array-init"]
debug_template = ["std", "lazy_static", "binread_derive/debug_template"]
default = ["std"]
std = []
[package]
authors = ["jam1garner <jam1.mcleod@hotmail.com>"]
description = "A Rust crate for helping read structs from binary data using ✨macro magic✨"
documentation = "https://docs.rs/binread"
edition = "2018"
license = "MIT"
name = "binread"
readme = "../README.md"
repository = "https://github.com/jam1garner/binread"
version = "2.2.0"
[[test]]
name = "const_generic"
required-features = ["const_generics"]