tout 0.1.0

Token utilities for proc-macro2
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"