adk-memory 0.3.2

Semantic memory and search for Rust Agent Development Kit (ADK-Rust) agents
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 = "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"]