[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "2.0"
[lib]
proc-macro = true
[package]
authors = ["fancyflame"]
categories = ["development-tools"]
description = "a macro to generate repetitive idents etc. usually used to implement trait for tuples."
edition = "2021"
keywords = ["variadics", "tuple", "macro", "macros", "generics"]
license-file = "LICENSE"
name = "impl_variadics"
readme = "README.md"
repository = "https://github.com/Fancyflame/impl_variadics"
version = "0.2.0"