tandem-memory 0.3.16

Memory storage and embedding utilities for Tandem
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"
name = "tandem-memory"
version = "0.3.16"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Memory storage and embedding utilities for Tandem"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/frumu-ai/tandem"

[features]
default = []
local-embeddings = ["dep:fastembed"]

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

[dependencies.anyhow]
version = "1"

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

[dependencies.dirs]
version = "5.0"

[dependencies.fastembed]
version = "4"
features = [
    "ort-download-binaries",
    "hf-hub",
]
optional = true
default-features = false

[dependencies.ignore]
version = "0.4"

[dependencies.once_cell]
version = "1.20"

[dependencies.rusqlite]
version = "0.32"
features = [
    "bundled",
    "uuid",
    "blob",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.sqlite-vec]
version = "0.1"

[dependencies.tandem-providers]
version = "0.3.16"

[dependencies.thiserror]
version = "1"

[dependencies.tiktoken-rs]
version = "0.6"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "fs",
    "io-util",
    "macros",
    "rt-multi-thread",
]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dev-dependencies.tempfile]
version = "3"