[dependencies.darling]
version = "0.21"
[dependencies.proc-macro-crate]
optional = true
version = "3.4.0"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0"
[dev-dependencies.rstest]
version = "0.26"
[features]
alloc = []
bits = []
logging = []
std = ["proc-macro-crate", "alloc"]
[lib]
name = "deku_derive"
path = "src/lib.rs"
proc-macro = true
[lints.clippy]
manual-unwrap-or-default = "allow"
[package]
authors = ["sharks <sharks@sharks>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "bit level serialization/deserialization proc-macro for structs"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "deku_derive"
readme = "README.md"
repository = "https://github.com/sharksforarms/deku"
rust-version = "1.82"
version = "0.20.2"