[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2"
[dependencies.thiserror]
version = "1"
[lib]
proc-macro = true
[package]
authors = ["Danil Karpenko <limpix31@gmail.com>"]
description = "Expand macro N times for multiple generics"
edition = "2021"
homepage = "https://github.com/LIMPIX31/t0t1"
keywords = ["macros", "expand", "proc-macro"]
license = "MIT OR Apache-2.0"
name = "toti"
readme = "readme.md"
repository = "https://github.com/LIMPIX31/t0t1"
version = "0.1.0"