[package]
edition = "2024"
name = "tout"
version = "0.1.0"
authors = ["Michael Ni <michael.ni678@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Token utilities for proc-macro2"
homepage = "https://github.com/michaelni678/tout"
documentation = "https://docs.rs/tout"
readme = "README.md"
keywords = ["macros"]
categories = ["development-tools::procedural-macro-helpers"]
license = "Apache-2.0"
repository = "https://github.com/michaelni678/tout"
[lib]
name = "tout"
path = "src/lib.rs"
[dependencies.proc-macro2]
version = "1"
[dev-dependencies.quote]
version = "1"