rust_generator_macro 0.1.2

An inner dependence for rust_generator, provide #[generator]
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 = "2021"
rust-version = "1.65"
name = "rust_generator_macro"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An inner dependence for rust_generator, provide #[generator]"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/Toby-Shi-cloud/rust_generator/tree/master/macro"

[lib]
name = "rust_generator_macro"
path = "src/lib.rs"
proc-macro = true

[dependencies.proc-macro2]
version = "1.0.94"

[dependencies.quote]
version = "1.0.40"

[dependencies.regex]
version = "1.11.1"

[dependencies.syn]
version = "2.0.100"
features = ["full"]