[package]
edition = "2024"
name = "famiq_macros"
version = "0.1.0"
authors = ["Kim Muong <muongkimhong086@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "pro-macro for famiq"
homepage = "https://github.com/MuongKimhong/famiq/famiq_macros"
readme = false
license = "MIT"
repository = "https://github.com/MuongKimhong/famiq/famiq_macros"
resolver = "1"
[lib]
name = "famiq_macros"
path = "src/lib.rs"
proc-macro = true
[dependencies.darling]
version = "0.20.11"
[dependencies.proc-macro2]
version = "1.0.95"
[dependencies.quote]
version = "1.0.40"
[dependencies.syn]
version = "2.0.100"