[package]
edition = "2024"
rust-version = "1.85.0"
name = "adk-memory"
version = "0.3.2"
authors = ["James Karanja Maina <james.karanja@zavora.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Semantic memory and search for Rust Agent Development Kit (ADK-Rust) agents"
documentation = "https://docs.rs/adk-memory"
readme = "README.md"
keywords = [
"ai",
"agent",
"adk",
"memory",
"semantic",
]
categories = [
"api-bindings",
"asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/zavora-ai/adk-rust"
resolver = "2"
[lib]
name = "adk_memory"
path = "src/lib.rs"
[[test]]
name = "memory_tests"
path = "tests/memory_tests.rs"
[dependencies.adk-core]
version = "0.3.2"
[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dev-dependencies.tokio]
version = "1.40"
features = ["full"]