# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ai-chain-macros" version = "0.14.2" authors = ["William Rudenmalm "] description = "Set of macros for use with ai-chain" keywords = [ "llm", "langchain", "ggml", "chain", ] categories = ["science"] license = "MIT" repository = "https://github.com/godlinchong/ai-chain/" [lib] proc-macro = true [dependencies.syn] version = "2.0.18"