ai-agents-memory 1.0.0-rc.14

Memory implementations for AI Agents framework
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"
name = "ai-agents-memory"
version = "1.0.0-rc.14"
authors = ["Jaemin Kim <geminik23@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Memory implementations for AI Agents framework"
homepage = "https://ai-agents.rs"
readme = false
keywords = [
    "AI",
    "Agent",
    "LLM",
    "YAML",
    "Framework",
]
categories = ["asynchronous"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/geminik23/ai-agents"
resolver = "2"

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

[dependencies.ai-agents-core]
version = "1.0.0-rc.14"

[dependencies.ai-agents-llm]
version = "1.0.0-rc.14"

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

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

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.serde_yaml]
version = "0.9"