procmod-layout 1.0.0

Struct mapping with pointer chain traversal via derive macros
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "procmod-layout"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Struct mapping with pointer chain traversal via derive macros"
readme = "README.md"
keywords = [
    "struct",
    "memory",
    "game",
    "modding",
    "derive",
]
categories = ["game-development"]
license = "MIT"
repository = "https://github.com/procmod/procmod-layout"

[lib]
name = "procmod_layout"
path = "src/lib.rs"

[dependencies.procmod-core]
version = "1"

[dependencies.procmod-layout-derive]
version = "1"