# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "arraygen" version = "0.3.2" authors = ["José Manuel Barroso Galindo "] description = "Derive macro for generating arrays from struct fields." homepage = "https://github.com/theypsilon/arraygen" documentation = "https://docs.rs/arraygen" readme = "README.md" keywords = ["array", "struct", "derive", "field", "iter"] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/theypsilon/arraygen" resolver = "2" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.26" [dependencies.quote] version = "1.0.9" [dependencies.syn] version = "1.0.72" features = ["extra-traits"] [dev-dependencies.compiletest_rs] version = "0.7.0"