oxios-memory 1.2.0

Tiered agent memory — extracted from oxios-kernel per RFC-018
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 = "oxios-memory"
version = "1.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tiered agent memory — extracted from oxios-kernel per RFC-018"
readme = false
license = "MIT"

[features]
default = []
embedding-gguf = [
    "dep:llama-gguf",
    "dep:hf-hub",
]
sqlite-memory = [
    "dep:rusqlite",
    "dep:sqlite-vec",
]

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.lru]
version = "0.10"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rusqlite]
version = "0.34"
features = ["bundled"]
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.sqlite-vec]
version = "0.1"
optional = true

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

[dependencies.tracing]
version = "0.1"

[dependencies.usearch]
version = "2.25"

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

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

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

[target.'cfg(target_arch = "aarch64")'.dependencies.hf-hub]
version = "0.4"
optional = true

[target.'cfg(target_arch = "aarch64")'.dependencies.llama-gguf]
version = "0.14"
features = [
    "cpu",
    "huggingface",
]
optional = true