1[package] 2name = "memoffset" 3version = "0.6.3" 4authors = ["Gilad Naaman <gilad.naaman@gmail.com>"] 5description = "offset_of functionality for Rust structs." 6license = "MIT" 7readme = "README.md" 8repository = "https://github.com/Gilnaa/memoffset" 9keywords = ["mem", "offset", "offset_of", "offsetof"] 10categories = ["no-std"] 11 12[build-dependencies] 13autocfg = "1" 14 15[dev-dependencies] 16doc-comment = "0.3" 17 18[features] 19default = [] 20unstable_const = [] 21