field_name 0.2.0

A proc-macro for exposing a struct's field names at runtime.
Documentation
[dependencies.darling]
version = "0.13.1"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1.0.14"

[dependencies.syn]
features = ["full"]
version = "1.0.84"

[lib]
name = "field_name"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Harihar Nautiyal <me@hariharnautiyal.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
A proc-macro for exposing a struct's field names at runtime.
"""
documentation = "https://docs.rs/field_name/0.2.0"
edition = "2024"
exclude = ["/.github/**"]
license = "MIT"
name = "field_name"
readme = "README.md"
repository = "https://github.com/h01-team/field_name"
version = "0.2.0"

[[test]]
name = "keep_in_sync"
path = "tests/keep_in_sync.rs"