repeated 0.1.2

Allows you to repeat a block of code a number of times.
Documentation
# 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]
edition = "2018"
name = "repeated"
version = "0.1.2"
authors = ["Mika Sanchez <keyneom122@hotmail.com>"]
description = "Allows you to repeat a block of code a number of times.\n"
homepage = "https://bitbucket.org/keyneom/repeated/"
documentation = "https://bitbucket.org/keyneom/repeated/"
readme = "README.md"
keywords = ["repeat", "code", "macro", "duplicate", "template"]
categories = ["rust-patterns"]
license = "MIT"
repository = "https://bitbucket.org/keyneom/repeated/"

[lib]
proc-macro = true
[dependencies.lazy_static]
version = "1"

[dependencies.proc-macro2]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.syn]
version = "1"
features = ["full"]
[badges.maintenance]
status = "experimental"