anda_brain 0.8.0

🧠 Anda Brain (大脑) — Autonomous Graph Memory for 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 = "2024"
name = "anda_brain"
version = "0.8.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "🧠 Anda Brain (大脑) — Autonomous Graph Memory for AI Agents"
homepage = "https://github.com/ldclabs/anda-brain"
readme = "README.md"
keywords = [
    "knowledge-graph",
    "persistent-memory",
    "cognitive",
    "kip",
    "agent-memory",
]
categories = [
    "accessibility",
    "web-programming",
    "development-tools",
    "text-processing",
]
license = "Apache-2.0"
repository = "https://github.com/ldclabs/anda-brain"
resolver = "2"

[lib]
name = "anda_brain"
path = "src/lib.rs"
doctest = false

[[bin]]
name = "anda_brain"
path = "src/bin/main.rs"

[dependencies.anda_cognitive_nexus]
version = "0.8"

[dependencies.anda_core]
version = "0.13"

[dependencies.anda_db]
version = "0.8"
features = ["full"]

[dependencies.anda_db_tfs]
version = "0.8"
features = ["full"]

[dependencies.anda_engine]
version = "0.13"

[dependencies.anda_kip]
version = "0.8"

[dependencies.anda_object_store]
version = "0.8"

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

[dependencies.axum]
version = "0.8"
features = [
    "http1",
    "http2",
    "json",
    "matched-path",
    "tokio",
    "query",
]
default-features = true

[dependencies.cbor2]
version = "1"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.dotenv]
version = "0.15"

[dependencies.http]
version = "1.3"

[dependencies.ic_auth_types]
version = "0.9"

[dependencies.ic_cose_types]
version = "0.10"

[dependencies.log]
version = "0.4"
features = ["kv_serde"]

[dependencies.markdown]
version = "1"

[dependencies.mimalloc]
version = "0.1"
features = ["v3"]

[dependencies.object_store]
version = "0.13"
features = [
    "aws",
    "integration",
]

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.10"

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

[dependencies.serde_json]
version = "1"

[dependencies.structured-logger]
version = "1"

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

[dependencies.tokio-util]
version = "0.7"

[dependencies.tower-http]
version = "0.6"
features = [
    "compression-gzip",
    "cors",
]

[dev-dependencies.coset]
version = "0.4"

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