mnemara-protocol 0.2.1

Local-first, explainable AI memory engine for embedded and service-based systems
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.85"
name = "mnemara-protocol"
version = "0.2.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local-first, explainable AI memory engine for embedded and service-based systems"
homepage = "https://github.com/deliberium/mnemara"
documentation = "https://docs.rs/mnemara-protocol"
readme = "README.md"
keywords = [
    "memory",
    "retrieval",
    "rag",
    "grpc",
    "ai",
]
categories = [
    "database",
    "data-structures",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/deliberium/mnemara"

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

[dependencies.prost]
version = "0.14.3"

[dependencies.tonic]
version = "0.14.5"
features = [
    "transport",
    "tls-ring",
]

[dependencies.tonic-prost]
version = "0.14.5"

[build-dependencies.protoc-bin-vendored]
version = "3.2.0"

[build-dependencies.tonic-prost-build]
version = "0.14.5"