[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["extra-traits"]
version = "2.0"
[lib]
name = "struct_as_array2"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Affinator <hendrik@decke.online>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust library that allows you to represent the structure as an array. Ported from https://github.com/Nikitamuraviev10/struct_as_array.git to proc_macro2, syn 2.0 and quote 1.0"
documentation = "https://docs.rs/struct_as_array2"
edition = "2024"
homepage = "https://github.com/Affinator/struct_as_array.git"
include = ["**/*.rs", "Cargo.toml"]
keywords = ["derive", "struct", "array", "iterator"]
license = "MIT"
name = "struct_as_array2"
readme = "README.md"
repository = "https://github.com/Affinator/struct_as_array.git"
version = "0.3.1"