# 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" version = "0.13.0" authors = ["William Rudenmalm "] description = "A library for running chains of LLMs (such as ChatGPT) in series to complete complex tasks, such as text summation." readme = "README.md" keywords = [ "llm", "langchain", "chatgpt", "chain", ] categories = ["science"] license = "MIT" repository = "https://github.com/sobelio/llm-chain/" [dependencies.anyhow] version = "1.0.72" [dependencies.async-trait] version = "0.1.68" [dependencies.derive_builder] version = "0.12.0" [dependencies.futures] version = "0.3.28" [dependencies.lazy_static] version = "1.4.0" [dependencies.markdown] version = "1.0.0-alpha.8" [dependencies.paste] version = "1.0.12" [dependencies.reqwest] version = "0.11.18" features = ["json"] [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.99" [dependencies.serde_yaml] version = "0.9.27" [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.3" [dependencies.tera] version = "1.19.0" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28.2" features = [ "fs", "io-util", "rt", "macros", ] [dependencies.tokio-stream] version = "0.1.14" [dependencies.uuid] version = "1.4.1" features = ["v4"] [dev-dependencies.mockall] version = "0.11.4" [features]