[package] authors = ["Han Tingjun ", "Yijun Yu "] description = "Format output without Rust code segment in binary to reduce the ultimate binary size" license = "MIT OR Apache-2.0" repository = "https://github.com/trusted-programming/cfmt" name = "cfmt-macros" version = "0.2.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] quote = "1" proc-macro2 = "1" [dependencies.syn] version = "1" features = ["full"]