[dependencies.bitfld-macro]
version = "0.1.0"
[dev-dependencies.zerocopy]
features = ["derive"]
version = "0.8"
[[example]]
name = "basic"
path = "examples/basic.rs"
[[example]]
name = "bitfield-repr"
path = "examples/bitfield-repr.rs"
[lib]
name = "bitfld"
path = "src/lib.rs"
[lints.clippy]
too_many_lines = "allow"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.pedantic]
level = "deny"
priority = -1
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "no-std"]
description = "Ergonomic, no-std specification of bitfield layouts"
edition = "2021"
keywords = ["bitfield", "bit-field", "layout"]
license = "MIT"
name = "bitfld"
readme = "README.md"
repository = "https://github.com/joshuaseaton/bitfld"
version = "0.1.5"
[[test]]
name = "unittests"
path = "tests/unittests.rs"