ambi-memory 0.1.1

Pluggable 3D memory extension for Ambi: KV state, semantic vector recall, and rolling summary.
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 = "ambi-memory"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pluggable 3D memory extension for Ambi: KV state, semantic vector recall, and rolling summary."
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "llm",
    "memory",
    "rag",
]
categories = [
    "artificial-intelligence",
    "data-structures",
    "algorithms",
]
license = "Apache-2.0"
repository = "https://github.com/Maskviva/Ambi"

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

[dependencies.ambi]
version = "0.3"
default-features = false

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

[dependencies.log]
version = "0.4.29"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.1"
features = ["sync"]