cortex-memory-core 0.3.1

Embedded graph memory engine for AI agents — typed nodes, auto-linking, decay, hybrid search, and briefing synthesis
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 = "cortex-memory-core"
version = "0.3.1"
authors = ["Mike Darlington"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embedded graph memory engine for AI agents — typed nodes, auto-linking, decay, hybrid search, and briefing synthesis"
readme = "README.md"
keywords = [
    "graph",
    "memory",
    "ai",
    "agent",
    "embedding",
]
categories = [
    "database",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/MikeSquared-Agency/cortex"

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

[[example]]
name = "auto_linker"
path = "examples/auto_linker.rs"

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[example]]
name = "graph_queries"
path = "examples/graph_queries.rs"

[[example]]
name = "vector_search"
path = "examples/vector_search.rs"

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

[dependencies.aes-gcm]
version = "0.10"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.base64]
version = "0.22"

[dependencies.bincode]
version = "1.3"

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

[dependencies.fastembed]
version = "4.4"

[dependencies.futures]
version = "0.3"

[dependencies.instant-distance]
version = "0.6"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.8"

[dependencies.rayon]
version = "1.10"

[dependencies.redb]
version = "2.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.uuid]
version = "1.10"
features = [
    "v7",
    "serde",
]

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

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.proptest]
version = "1.6"

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

[dev-dependencies.toml]
version = "0.8"