]> git.proxmox.com Git - rustc.git/blame - vendor/memoffset-0.8.0/Cargo.toml
New upstream version 1.75.0+dfsg1
[rustc.git] / vendor / memoffset-0.8.0 / Cargo.toml
CommitLineData
f9f354fc
XL
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
a2a8927a 6# to registry (e.g., crates.io) dependencies.
f9f354fc 7#
a2a8927a
XL
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.
f9f354fc
XL
11
12[package]
487cf647 13name = "memoffset"
fe692bf9 14version = "0.8.0"
487cf647
FG
15authors = ["Gilad Naaman <gilad.naaman@gmail.com>"]
16description = "offset_of functionality for Rust structs."
f9f354fc 17readme = "README.md"
fe692bf9
FG
18keywords = [
19 "mem",
20 "offset",
21 "offset_of",
22 "offsetof",
23]
487cf647
FG
24categories = ["no-std"]
25license = "MIT"
26repository = "https://github.com/Gilnaa/memoffset"
fe692bf9 27
487cf647
FG
28[dev-dependencies.doc-comment]
29version = "0.3"
fe692bf9 30
487cf647
FG
31[build-dependencies.autocfg]
32version = "1"
5869c6ff 33
487cf647
FG
34[features]
35default = []
36unstable_const = []