• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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]
13name = "memoffset"
14version = "0.9.1"
15authors = ["Gilad Naaman <gilad.naaman@gmail.com>"]
16description = "offset_of functionality for Rust structs."
17readme = "README.md"
18keywords = [
19    "mem",
20    "offset",
21    "offset_of",
22    "offsetof",
23]
24categories = ["no-std"]
25license = "MIT"
26repository = "https://github.com/Gilnaa/memoffset"
27
28[dev-dependencies.doc-comment]
29version = "0.3"
30
31[build-dependencies.autocfg]
32version = "1"
33
34[features]
35default = []
36unstable_const = []
37unstable_offset_of = []
38