cerememory-engine 0.2.2

Orchestrator that assembles all Cerememory stores and engines
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.88"
name = "cerememory-engine"
version = "0.2.2"
authors = ["Masato Okuwaki <masato@co-r-e.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Orchestrator that assembles all Cerememory stores and engines"
readme = false
license = "MIT"
repository = "https://github.com/co-r-e/cerememory"

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

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

[dependencies.cerememory-archive]
version = "0.2.2"

[dependencies.cerememory-association]
version = "0.2.2"

[dependencies.cerememory-core]
version = "0.2.2"

[dependencies.cerememory-decay]
version = "0.2.2"

[dependencies.cerememory-evolution]
version = "0.2.2"

[dependencies.cerememory-index]
version = "0.2.2"

[dependencies.cerememory-store-emotional]
version = "0.2.2"

[dependencies.cerememory-store-episodic]
version = "0.2.2"

[dependencies.cerememory-store-procedural]
version = "0.2.2"

[dependencies.cerememory-store-raw]
version = "0.2.2"

[dependencies.cerememory-store-semantic]
version = "0.2.2"

[dependencies.cerememory-store-working]
version = "0.2.2"

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

[dependencies.futures]
version = "0.3"

[dependencies.metrics]
version = "0.24"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

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

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

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

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