mnemara-server 0.3.0

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-server"
version = "0.3.0"
build = false
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-server"
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_server"
path = "src/lib.rs"

[[bin]]
name = "mnemara-server"
path = "src/main.rs"

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

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

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

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

[dependencies.axum]
version = "0.8.9"
features = ["json"]

[dependencies.mnemara-core]
version = "0.3.0"

[dependencies.mnemara-protocol]
version = "0.3.0"

[dependencies.mnemara-store-sled]
version = "0.3.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.52.0"
features = [
    "macros",
    "net",
    "rt-multi-thread",
    "sync",
    "time",
]

[dependencies.tokio-stream]
version = "0.1"
features = ["net"]

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

[dev-dependencies.hyper-util]
version = "0.1"
features = ["tokio"]

[dev-dependencies.rcgen]
version = "0.14"

[dev-dependencies.sled]
version = "0.34.7"

[dev-dependencies.tokio]
version = "1.52.0"
features = [
    "macros",
    "net",
    "rt-multi-thread",
    "sync",
    "time",
]

[dev-dependencies.tower]
version = "0.5"
features = ["util"]