third_party_rust_memoffset/Cargo.toml
Gilad Naaman f2a5508ab8 v0.5.6
2020-09-20 14:54:44 +03:00

22 lines
462 B
TOML

[package]
name = "memoffset"
version = "0.5.6"
authors = ["Gilad Naaman <gilad.naaman@gmail.com>"]
description = "offset_of functionality for Rust structs."
license = "MIT"
readme = "README.md"
repository = "https://github.com/Gilnaa/memoffset"
keywords = ["mem", "offset", "offset_of", "offsetof"]
categories = ["no-std"]
[build-dependencies]
autocfg = "1"
[dev-dependencies]
doc-comment = "0.3"
[features]
default = []
unstable_const = []
unstable_raw = []