exocortex-dreams 0.4.0

Exocortex consolidation engine: MCR-squared rate reduction, graph-sparsity guardrails, rollback, and structured discovery proposals.
# 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 = "exocortex-dreams"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Exocortex consolidation engine: MCR-squared rate reduction, graph-sparsity guardrails, rollback, and structured discovery proposals."
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/memory-graph/exocortex"

[features]
integration = []
testing = ["exocortex-storage/testing"]

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

[[test]]
name = "dreams"
path = "tests/dreams.rs"

[[test]]
name = "fire_live"
path = "tests/fire_live.rs"

[[test]]
name = "round2_small_fixes"
path = "tests/round2_small_fixes.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.dashmap]
version = "6"

[dependencies.exocortex-kernel]
version = "0.4.0"

[dependencies.exocortex-pack-dev-v1]
version = "0.4.0"

[dependencies.exocortex-storage]
version = "0.4.0"

[dependencies.futures]
version = "0.3"

[dependencies.metrics]
version = "0.24"

[dependencies.redis]
version = "0.27"
features = [
    "tokio-comp",
    "aio",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.smol_str]
version = "0.3"
features = ["serde"]

[dependencies.thiserror]
version = "1"

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

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.exocortex-pack-dev-v1]
version = "0.4.0"

[dev-dependencies.futures]
version = "0.3"