aegis-agent-memory 1.0.6

Memory system (mempalace) for Aegis
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 = "aegis-agent-memory"
version = "1.0.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Memory system (mempalace) for Aegis"
readme = false
license = "MIT"
repository = "https://github.com/Druuugbug/Aegis"

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

[[bench]]
name = "memory_bench"
path = "benches/memory_bench.rs"
harness = false

[dependencies.aegis-provider]
version = "1.0.6"

[dependencies.aegis-types]
version = "1.0.6"

[dependencies.anyhow]
version = "1"

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

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

[dependencies.dirs-next]
version = "2"

[dependencies.hex]
version = "0.4"

[dependencies.rusqlite]
version = "0.32"
features = [
    "bundled",
    "vtab",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.tempfile]
version = "3"

[target."cfg(unix)".dependencies.libc]
version = "0.2"