blob: 7a62858ff2217764f73b1ebf626ecab685e94930 [file] [log] [blame]
Victor Hsiehf32bc362020-12-15 13:56:41 -08001[package]
2name = "memoffset"
David LeGare7d738372022-03-02 16:21:27 +00003version = "0.6.5"
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 = []