mirror of
https://github.com/openharmony/third_party_rust_memoffset.git
synced 2026-07-01 20:44:02 -04:00
f358e4f28f
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
23 lines
545 B
TOML
23 lines
545 B
TOML
[package]
|
|
name = "memoffset"
|
|
version = "0.9.1"
|
|
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 = []
|
|
# NOP features, solely so that people do not have to change their Cargo.toml
|
|
unstable_offset_of = []
|
|
unstable_const = []
|