[package] name = "maidenx_macro_utils" version = "0.0.5" description = "MaidenX Macro Utils" license = "MIT OR Apache-2.0" authors = ["Han Damin "] edition = "2021" publish = true repository = "https://github.com/miniex/maidenx" [dependencies] toml_edit = { version = "0.22.7", default-features = false, features = [ "parse", ] } syn = "2.0" quote = "1.0" proc-macro2 = "1.0"