# 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 = "llm-chain-tools" version = "0.4.0" authors = ["William Rudenmalm "] description = "A library for providing Large Language Models with tools (also known as 'actions') that they can trigger" readme = "README.md" keywords = [ "llm", "langchain", "chatgpt", "chain", ] categories = ["science::artificial-intelligence"] license = "MIT" repository = "https://github.com/sobelio/llm-chain/" resolver = "1" [dependencies.llm-chain] version = "0.4.0" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_yaml] version = "0.9.21" [dev-dependencies.tokio] version = "1.26.0"