# 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-local" version = "0.12.3" authors = ["Dan Forbes "] description = "Use `llm-chain` with a local [`llm`](https://github.com/rustformers/llm) backend." keywords = [ "llm", "langchain", "ggml", "chain", ] categories = ["science"] license = "MIT" repository = "https://github.com/sobelio/llm-chain/" resolver = "1" [dependencies.async-trait] version = "0.1.68" [dependencies.lazy_static] version = "1.4.0" [dependencies.llm] version = "0.1.1" [dependencies.llm-chain] version = "0.12.3" default-features = false [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.thiserror] version = "1.0.40" [dev-dependencies.tokio] version = "1.28.2" features = [ "macros", "rt", ]