[dependencies.quote]
version = "1.0.38"
[dependencies.syn]
version = "2.0.96"
[[example]]
name = "simple"
path = "examples/simple.rs"
[lib]
name = "assert_offset"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Derive macro for asserting the memory offset of fields in a struct."
edition = "2021"
license = "MIT"
name = "assert-offset"
readme = "README.md"
repository = "https://github.com/cohaereo/assert-offset"
version = "0.1.2"