mnemo-mcp-server 0.5.25

Mnemo MCP memory server — runnable binary; install as `cargo install mnemo-mcp-server`, run as `mnemo`.
# 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-mcp-server"
version = "0.5.25"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mnemo MCP memory server — runnable binary; install as `cargo install mnemo-mcp-server`, run as `mnemo`."
readme = false
license = "Apache-2.0"
resolver = "2"

[features]
admin = ["dep:mnemo-admin"]
default = ["rest"]
grpc = ["dep:mnemo-grpc"]
http-transport = [
    "rmcp/transport-streamable-http-server",
    "dep:axum",
]
pgwire = ["dep:mnemo-pgwire"]
postgres = ["dep:mnemo-postgres"]
rest = [
    "dep:mnemo-rest",
    "dep:axum",
]

[[bin]]
name = "mnemo"
path = "src/main.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.axum]
version = "0.8"
optional = true

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.hex]
version = "0.4"

[dependencies.mnemo-admin]
version = "0.5.25"
optional = true

[dependencies.mnemo-compliance]
version = "0.5.25"

[dependencies.mnemo-core]
version = "0.5.25"

[dependencies.mnemo-embeddings-bench]
version = "0.5.25"

[dependencies.mnemo-grpc]
version = "0.5.25"
optional = true

[dependencies.mnemo-mcp]
version = "0.5.25"

[dependencies.mnemo-pgwire]
version = "0.5.25"
optional = true

[dependencies.mnemo-postgres]
version = "0.5.25"
optional = true

[dependencies.mnemo-rest]
version = "0.5.25"
optional = true

[dependencies.rmcp]
version = "3.0"
features = [
    "server",
    "transport-io",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.11"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.48"
features = ["full"]

[dependencies.toml]
version = "1.1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.uuid]
version = "1.11"
features = [
    "v7",
    "serde",
]

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