foxloom 0.2.1

Hybrid memory layer with mem0-style semantics on top of foxstash-core
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.80"
name = "foxloom"
version = "0.2.1"
build = false
exclude = [".models/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hybrid memory layer with mem0-style semantics on top of foxstash-core"
homepage = "https://github.com/Narcoleptic-Fox/foxloom"
documentation = "https://docs.rs/foxloom"
readme = "README.md"
keywords = [
    "memory",
    "rag",
    "vector",
    "agent",
    "foxstash",
]
categories = [
    "database",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/Narcoleptic-Fox/foxloom"

[features]
default = []
onnx-embedder = ["foxstash-core/onnx"]

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

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

[dependencies.foxstash-core]
version = "0.3.1"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

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