# 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-openai" version = "0.13.0" authors = ["William Rudenmalm "] description = "A library implementing `llm-chains` for OpenAI's models. Chains can be use to apply the model 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.async-openai] version = "0.16.2" [dependencies.async-trait] version = "0.1.68" [dependencies.futures] version = "0.3.28" [dependencies.llm-chain] version = "0.13.0" default-features = false [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.thiserror] version = "1.0.40" [dependencies.tiktoken-rs] version = "0.5.7" [dependencies.tokio] version = "1.28.0" [dev-dependencies.anyhow] version = "1.0.70" [dev-dependencies.qdrant-client] version = "1.3.0" [dev-dependencies.serde_yaml] version = "0.9.21" [dev-dependencies.tokio] version = "1.28.2" [features]