vectorize_struct 0.1.1

vectorize_struct adds an procedural macro attribute that makes it possible to iterate over Trait Objects of every field of a Struct that implements a specific trait.
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "vectorize_struct"
version = "0.1.1"
authors = ["XBagon <xbagon@outlook.de>"]
description = "vectorize_struct adds an procedural macro attribute that makes it possible to iterate over Trait Objects of every field of a Struct that implements a specific trait."
readme = "README.md"
keywords = ["proc-macro", "attribute", "dynamic"]
categories = ["rust-patterns"]
license = "MIT"
repository = "https://gitlab.com/XBagon/vectorize_struct/tree/attribute"

[lib]
crate-type = ["proc-macro"]
required-features = ["specialization"]
[dependencies.proc-macro2]
version = "0.4.19"

[dependencies.quote]
version = "0.6.8"

[dependencies.syn]
version = "0.15.5"
features = ["extra-traits", "full"]
[badges.appveyor]
repository = "XBagon/vectorize_struct"
service = "gitlab"

[badges.gitlab]
branch = "attribute"
repository = "XBagon/vectorize_struct"