# 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 = "struct_as_array" version = "0.2.0" authors = ["Nikita "] description = "A Rust library that allows you to represent the structure as an array" homepage = "https://github.com/Nikitamuraviev10/struct_as_array.git" documentation = "https://docs.rs/struct_as_array" readme = "README.md" keywords = [ "derive", "struct", "array", "iterator", ] categories = [ "no-std", "proc-macro", ] license = "MIT" repository = "https://github.com/Nikitamuraviev10/struct_as_array.git" [lib] proc-macro = true [dependencies.quote] version = "0.2" [dependencies.syn] version = "0.8"