[package]
edition = "2024"
name = "field_path"
version = "0.4.1"
build = false
exclude = [
"/assets/",
"/.github/",
"/examples/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type-safe, no-std field access and reflection utilities."
readme = "README.md"
keywords = [
"macro",
"field",
"path",
"accessor",
"registry",
]
categories = [
"no-std",
"rust-patterns",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/voxell-tech/field_path"
[lib]
name = "field_path"
path = "src/lib.rs"