memstead-engine 0.6.0

Full engine extension for Memstead — multi-mem policy, mem management, cross-mem-link resolution, lifecycle. Depends on memstead-base. Internal library surface consumed by the memstead binaries — pre-1.0, experimental, no API stability promise.
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"
rust-version = "1.91"
name = "memstead-engine"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Full engine extension for Memstead — multi-mem policy, mem management, cross-mem-link resolution, lifecycle. Depends on memstead-base. Internal library surface consumed by the memstead binaries — pre-1.0, experimental, no API stability promise."
homepage = "https://memstead.io"
readme = "README.md"
keywords = [
    "agent-memory",
    "knowledge-graph",
    "markdown",
    "graph",
    "agents",
]
categories = ["database-implementations"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/memstead/memstead"
resolver = "2"

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

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

[dependencies.memstead-base]
version = "0.6.0"

[dependencies.memstead-schema]
version = "0.6.0"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.toml_edit]
version = "0.25"

[dependencies.tracing]
version = "0.1"

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

[lints.clippy]
result_large_err = "allow"