21 lines
444 B
TOML
Raw Normal View History

2017-10-15 23:38:00 +03:00
[package]
2017-10-16 06:22:58 +03:00
name = "memoffset"
2021-12-03 18:26:45 +02:00
version = "0.6.5"
2017-10-15 23:38:00 +03:00
authors = ["Gilad Naaman <gilad.naaman@gmail.com>"]
2017-10-17 09:15:37 +03:00
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"]
2017-10-15 23:38:00 +03:00
2019-03-15 11:24:04 +02:00
[build-dependencies]
2020-03-16 19:07:13 +02:00
autocfg = "1"
2019-05-20 15:12:50 +02:00
[dev-dependencies]
2019-05-20 15:12:50 +02:00
doc-comment = "0.3"
2019-11-04 12:53:24 +02:00
[features]
default = []
unstable_const = []