lc-memory 0.9.0

Memory system for langchainrust — Buffer, Window, Summary, SummaryBuffer, ContextWindow, VectorStore, MongoDB persistence
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-memory"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Memory system for langchainrust — Buffer, Window, Summary, SummaryBuffer, ContextWindow, VectorStore, MongoDB persistence"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/atliliw/langchainrust"

[features]
default = []
mongodb-persistence = [
    "mongodb",
    "lc-providers",
]
vectorstore-memory = [
    "lc-embeddings",
    "lc-vector-stores",
    "futures-util",
]

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

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

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

[dependencies.lc-embeddings]
version = "0.9.0"
optional = true

[dependencies.lc-prompts]
version = "0.9.0"

[dependencies.lc-providers]
version = "0.9.0"
optional = true

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

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

[dependencies.lc-vector-stores]
version = "0.9.0"
optional = true

[dependencies.mongodb]
version = "2.8"
optional = true

[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"]

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

[dev-dependencies.lc-embeddings]
version = "0.9.0"

[dev-dependencies.lc-providers]
version = "0.9.0"

[dev-dependencies.lc-vector-stores]
version = "0.9.0"