blob: 2874e3124fa8205816642a452196f4c610da322e [file] [log] [blame]
Victor Hsiehf32bc362020-12-15 13:56:41 -08001# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
David LeGare7d738372022-03-02 16:21:27 +00006# to registry (e.g., crates.io) dependencies.
Victor Hsiehf32bc362020-12-15 13:56:41 -08007#
David LeGare7d738372022-03-02 16:21:27 +00008# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
Victor Hsiehf32bc362020-12-15 13:56:41 -080011
12[package]
13name = "memoffset"
David LeGare7d738372022-03-02 16:21:27 +000014version = "0.6.5"
Victor Hsiehf32bc362020-12-15 13:56:41 -080015authors = ["Gilad Naaman <gilad.naaman@gmail.com>"]
16description = "offset_of functionality for Rust structs."
17readme = "README.md"
18keywords = ["mem", "offset", "offset_of", "offsetof"]
19categories = ["no-std"]
20license = "MIT"
21repository = "https://github.com/Gilnaa/memoffset"
22[dev-dependencies.doc-comment]
23version = "0.3"
24[build-dependencies.autocfg]
25version = "1"
26
27[features]
28default = []
29unstable_const = []