field_names 0.2.0

A proc-macro for exposing a struct's field names at runtime.
Documentation
[package]
name = "field_names"
version = "0.2.0"
authors = ["Ted Driggs <ted.driggs@outlook.com>"]
edition = "2018"
repository = "https://github.com/TedDriggs/field_names"
documentation = "https://docs.rs/field_names/0.2.0"
description = """
A proc-macro for exposing a struct's field names at runtime.
"""
license = "MIT"
readme = "README.md"
exclude = ["/.github/**"]


[dependencies]
darling = "0.13.1"
proc-macro2 = "1"
quote = "1.0.14"
syn = { version = "1.0.84", features = ["full"] }

[lib]
proc-macro = true