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