[dependencies.proc-macro-error]
version = "1.0"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.syn]
features = ["full", "derive", "printing", "extra-traits", "visit-mut"]
version = "2.0"
[dependencies.template-quote]
version = "0.4"
[lib]
name = "parametrized_macro"
path = "lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures", "no-std::no-alloc", "rust-patterns"]
description = "Supply useful iterating methods for user-defined types which are parametrized by type parameters"
edition = "2021"
license = "MIT"
name = "parametrized-macro"
readme = false
repository = "https://github.com/yasuo-ozu/parametrized"
version = "0.1.2"