[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0"
[dev-dependencies.pretty_assertions]
version = "1.0"
[lib]
name = "tokenstream2_tmpl"
path = "src/lib.rs"
[package]
authors = ["chesedo <pieter@chesedo.me>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers"]
description = "Runtime TokenStream interpolation for Rust macros"
edition = "2021"
keywords = ["tokenstream", "interpolation", "macro"]
license = "MIT"
name = "tokenstream2-tmpl"
readme = "README.md"
repository = "https://github.com/chesedo/tokenstream2-tmpl"
version = "0.1.2"