Files
third_party_rust_memoffset/Cargo.toml
T
Gilad Naaman ea332cd53e v0.5.2
2019-10-31 07:05:31 +02:00

17 lines
409 B
TOML

[package]
name = "memoffset"
version = "0.5.2"
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]
rustc_version = "0.2.3"
[dev-dependencies]
doc-comment = "0.3"