[package] name = "pinenut-derive" version = "0.0.1" edition = "2021" authors = ["Tangent "] description = "The internal derive crate for `pinenut-log`, it implements some derive macros." repository = "https://github.com/TangentW/Pinenut" license = "MIT" [lib] proc-macro = true [dependencies] syn = "2.0.31" quote = "1.0.33" proc-macro2 = "1.0.66"