starpod-memory 0.1.3

Memory system for Starpod - SQLite FTS5 + markdown file management
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 = "starpod-memory"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Memory system for Starpod - SQLite FTS5 + markdown file management"
homepage = "https://starpod.sh"
readme = false
license = "MIT"
repository = "https://github.com/sinaptik-ai/starpod"

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

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

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

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

[dependencies.fastembed]
version = "4"
optional = true

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "sqlite",
]

[dependencies.starpod-core]
version = "0.1.3"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "sync",
    "macros",
]

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.tokio]
version = "1"
features = ["full"]