[package] authors = ["Han Tingjun <1467792822@qq.com>"] description = "Provides C-like macros: offset_of and container_of" license = "MIT OR Apache-2.0" repository = "https://gitee.com/1467792822/roffsetof" name = "hun-offsetof" version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] quote = "1" proc-macro2 = "1" syn = { version = "1", features = ["full"] }