[dependencies.proc-macro-tool]
version = "0.8.24"
[lib]
name = "fields_glob"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["A4-Tacks <wdsjxhno1001@163.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "Derived glob macro with the same name as the structure"
edition = "2021"
keywords = ["macro", "glob", "derive", "macro_rules", "proc-macro"]
license = "MIT"
name = "fields-glob"
readme = "README.md"
repository = "https://github.com/A4-Tacks/fields-glob-rs"
version = "0.1.0"
[[test]]
name = "test"
path = "tests/test.rs"