# 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 = "anchor-chain" version = "0.4.2" authors = ["Matthew Emerson "] description = "A statically typed async framework for building LLM-based applications." documentation = "https://docs.rs/anchor-chain/latest/anchor_chain/" readme = "README.md" keywords = [ "llm", "langchain", "rag", "openai", "claude", ] categories = [ "development-tools", "api-bindings", "asynchronous", "concurrency", ] license = "MIT" repository = "https://github.com/emersonmde/anchor-chain" [dependencies.async-openai] version = "0.20.0" [dependencies.async-trait] version = "0.1.79" [dependencies.aws-config] version = "1.1.9" features = ["behavior-version-latest"] [dependencies.aws-sdk-bedrockruntime] version = "1.19.0" [dependencies.base64] version = "0.22.0" [dependencies.futures] version = "0.3.30" [dependencies.opensearch] version = "2.2.0" features = ["aws-auth"] [dependencies.reqwest] version = "0.12.4" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.tera] version = "1.19.1" [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tracing] version = "0.1.40" optional = true [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]