[dependencies.quote]
version = "1.0.36"
[dependencies.syn]
default-features = false
features = ["derive", "parsing", "proc-macro", "printing", "extra-traits"]
version = "2.0.66"
[lib]
proc-macro = true
[package]
authors = ["Sagan Sutherland <sagan@farthinghalearms.com>"]
description = "A procedural macro for accessing struct fields as an array."
edition = "2021"
keywords = ["proc-macro"]
license = "MIT OR Apache-2.0"
name = "named-array"
readme = "README.md"
repository = "https://github.com/smsutherland/named-array"
version = "0.1.1"