# 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_iterable" version = "0.1.1" authors = ["André de Moraes "] description = "A Rust library providing a proc macro to make a struct iterable." homepage = "https://github.com/decomoraes/rust_struct_iterable" documentation = "https://docs.rs/struct_iterable" readme = "README.md" keywords = [ "proc-macro", "struct", "iterable", ] categories = ["development-tools::cargo-plugins"] license = "MIT" repository = "https://github.com/decomoraes/rust_struct_iterable" [package.metadata.docs.rs] all-features = true [lib] name = "struct_iterable" path = "src/lib.rs" [dependencies.struct_iterable_derive] version = "0.1.0" [dependencies.struct_iterable_internal] version = "0.1.1"