[package]
edition = "2024"
name = "shua_struct_macro"
version = "0.5.2"
authors = ["Shua <CHA_Shua@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "macro of shua_struct"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Shua-github/shua-struct-rs"
[lib]
name = "shua_struct_macro"
path = "src/lib.rs"
proc-macro = true
[dependencies.darling]
version = "0.23.0"
[dependencies.proc-macro2]
version = "1.0.106"
[dependencies.quote]
version = "1.0.42"
[dependencies.syn]
version = "2"