lc-chains 0.16.0

Chain compositions for langchainrust — LLMChain, SequentialChain, RetrievalQA, etc.
Documentation
# 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"
rust-version = "1.82"
name = "lc-chains"
version = "0.16.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Chain compositions for langchainrust — LLMChain, SequentialChain, RetrievalQA, etc."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/atliliw/langchainrust"

[lib]
name = "lc_chains"
path = "src/lib.rs"

[[test]]
name = "callback_propagation"
path = "tests/callback_propagation.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.futures-util]
version = "0.3"

[dependencies.lc-callbacks]
version = "0.16.0"

[dependencies.lc-core]
version = "0.16.0"

[dependencies.lc-memory]
version = "0.16.0"

[dependencies.lc-providers]
version = "0.16.0"

[dependencies.lc-rag]
version = "0.16.0"

[dependencies.lc-schema]
version = "0.16.0"

[dependencies.lc-shared]
version = "0.16.0"

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]