[package]
edition = "2024"
name = "crabtalk-memory"
version = "0.0.21"
authors = ["clearloop <tianyi.gc@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standalone single-file memory system for Crabtalk agents"
documentation = "https://docs.rs/crabtalk-memory"
readme = false
keywords = [
"llm",
"agent",
"ai",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/crabtalk/crabtalk"
[lib]
name = "crabtalk_memory"
path = "src/lib.rs"
[[test]]
name = "api"
path = "tests/api.rs"
[[test]]
name = "dump"
path = "tests/dump.rs"
[[test]]
name = "persist"
path = "tests/persist.rs"
[dependencies.anyhow]
version = "1"
[dependencies.chrono]
version = "0.4"
[dependencies.thiserror]
version = "2"
[dev-dependencies.tempfile]
version = "3"