[lib]
name = "metadata_macro"
path = "src/lib.rs"
[package]
authors = ["EndermanbugZJFC <endermanbugzjfc@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Macros to add any kind of metadata to the fields in your structs and tuple structs."
edition = "2024"
license = "LGPL-3.0-only"
name = "metadata_macro"
readme = "README.md"
repository = "https://github.com/Ezjfc/metadata_macro"
version = "0.1.0"
[[test]]
name = "declarative_macros"
path = "tests/declarative_macros.rs"