rain-engine-memory 0.1.0

Retrieval utilities for RainEngine session ledgers
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 = "rain-engine-memory"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Retrieval utilities for RainEngine session ledgers"
homepage = "https://github.com/Adriftdev/rain-engine"
documentation = "https://docs.rs/rain-engine-memory"
readme = "README.md"
keywords = [
    "agents",
    "llm",
    "automation",
    "event-sourcing",
    "ai",
]
categories = [
    "asynchronous",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Adriftdev/rain-engine"
resolver = "2"

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

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

[dependencies.rain-engine-core]
version = "0.1.0"

[dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
    "net",
    "process",
    "io-util",
    "signal",
]