[package] include = ["src/**/*", "Cargo.toml"] exclude = [".git/", "Cargo.lock", "target/**"] name = "ai_functions_vasile" authors = ["Vasile Gorcinschi "] description = "A copy of procedural macro by Shawn McDonough for creating text from a function for use in LLMs" license = "MIT" version = "0.1.0" edition = "2021" [lib] proc-macro = true [dependencies] proc-macro2 = "1.0.56" quote = "1.0.27" syn = { version = "2.0.15", features = ["full"] }