1# 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
6# to registry (e.g., crates.io) dependencies.
7#
8# 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.
11
12[package]
13edition = "2018" # ANDROID: Required to build dylib in no_std.
14name = "memoffset"
15version = "0.9.0"
16authors = ["Gilad Naaman <[email protected]>"]
17description = "offset_of functionality for Rust structs."
18readme = "README.md"
19keywords = [
20    "mem",
21    "offset",
22    "offset_of",
23    "offsetof",
24]
25categories = ["no-std"]
26license = "MIT"
27repository = "https://github.com/Gilnaa/memoffset"
28
29[dev-dependencies.doc-comment]
30version = "0.3"
31
32[build-dependencies.autocfg]
33version = "1"
34
35[features]
36default = []
37unstable_const = []
38unstable_offset_of = []
39