blob: 9299a64684a9a69781ff5a10ccb2b809a8214f5a [file] [log] [blame]
Victor Hsiehf32bc362020-12-15 13:56:41 -08001[package]
2name = "memoffset"
Joel Galenson4ba15372021-04-08 07:30:18 -07003version = "0.6.3"
Victor Hsiehf32bc362020-12-15 13:56:41 -08004authors = ["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 = []