metafor 0.1.0

A crate for quickly generating repetive code from a single example.
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 = "metafor"
version = "0.1.0"
authors = ["Timothy Flowers <t_chuck_flowers@yahoo.com>"]
description = "A crate for quickly generating repetive code from a single example."
readme = "./README.md"
keywords = ["template", "macro", "codegen"]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/chuck-flowers/metafor.git"

[lib]
proc-macro = true
[dependencies.proc-macro2]
version = "^1.0.18"

[dependencies.quote]
version = "^1.0.7"

[dependencies.syn]
version = "^1.0.33"
features = ["full", "visit-mut"]
[dev-dependencies.pretty_assertions]
version = "^0.6.1"

[dev-dependencies.syn]
version = "^1.0.33"
features = ["extra-traits", "full", "visit-mut"]