titans_memory 0.2.0

Titans Memory: Neural-inspired memory system for AIngle AI 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 = "2021"
rust-version = "1.83"
name = "titans_memory"
version = "0.2.0"
authors = ["Apilium Technologies <hello@apilium.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Titans Memory: Neural-inspired memory system for AIngle AI agents"
homepage = "https://apilium.com"
documentation = "https://docs.rs/titans_memory"
readme = "README.md"
keywords = [
    "aingle",
    "ai",
    "memory",
    "neural",
    "agents",
]
categories = [
    "science",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/ApiliumCode/aingle"

[features]
compression = []
default = ["std"]
persistent = []
std = []
wasm = []

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

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

[dependencies.blake3]
version = "1.5"
features = ["std"]
default-features = false

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.rusqlite]
version = "0.25"
features = ["bundled"]
optional = true
default-features = false

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

[dependencies.serde_json]
version = "1.0"

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