path_scan_macro 0.0.3

The macro implementation of path_scan
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 = "path_scan_macro"
version = "0.0.3"
authors = ["Conashimi Momota <momota.ry2@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The macro implementation of path_scan"
readme = false
license = "MIT"
resolver = "2"

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

[dependencies.quote]
version = "1.0"

[dependencies.regex]
version = "1.11"

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