[package] name = "llm-chain-macros" version = "0.13.0" edition = "2021" license = "MIT" description = "Set of macros for use with llm-chain" keywords = ["llm", "langchain", "ggml", "chain"] categories = ["science"] authors = ["William Rudenmalm "] repository = "https://github.com/sobelio/llm-chain/" [lib] proc-macro = true [dependencies] syn = "2.0.18"