mnemara 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"
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"
readme = "README.md"
keywords = [
    "memory",
    "retrieval",
    "rag",
    "grpc",
    "ai",
]
categories = [
    "database",
    "data-structures",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/deliberium/mnemara"

[features]
all = [
    "file",
    "sled",
    "protocol",
    "server",
]
default = []
file = ["dep:mnemara-store-file"]
protocol = ["dep:mnemara-protocol"]
server = [
    "protocol",
    "sled",
    "dep:mnemara-server",
]
sled = ["dep:mnemara-store-sled"]

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

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

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

[dependencies.mnemara-server]
version = "0.3.0"
optional = true

[dependencies.mnemara-store-file]
version = "0.3.0"
optional = true

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