[package]
name = "struct-field-names-as-array"
version = "0.2.0"
authors = ["jofas <jonas@fc-web.de>"]
edition = "2018"
license = "MIT"
readme = "README.md"
description = "Provides a procedural macro that generates an array of the field names of a named struct"
keywords = ["macro", "proc_macro"]
homepage = "https://github.com/jofas/struct_field_names_as_array"
repository = "https://github.com/jofas/struct_field_names_as_array"
[lib]
proc-macro = true
[dependencies]
syn = { version = "^1.0.80", features = ["derive", "printing", "extra-traits"] }
quote = "^1.0.10"
proc-macro2 = "^1.0.29"