fields-glob 0.1.3

Derived glob macro with the same name as the structure
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"
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"