mnemo-db 0.5.16

Name-reservation pointer crate for the mnemo memory database. mnemo ships as focused crates — install `mnemo-core` (engine) and `mnemo-mcp` (MCP server). This crate is intentionally empty.
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 = "mnemo-db"
version = "0.5.16"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Name-reservation pointer crate for the mnemo memory database. mnemo ships as focused crates — install `mnemo-core` (engine) and `mnemo-mcp` (MCP server). This crate is intentionally empty."
homepage = "https://github.com/sattyamjjain/mnemo"
readme = "README.md"
keywords = [
    "mnemo",
    "memory",
    "database",
    "agents",
    "mcp",
]
categories = ["database-implementations"]
license = "Apache-2.0"
repository = "https://github.com/sattyamjjain/mnemo"
resolver = "2"

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

[dependencies]