do-memory-mcp 0.1.31

Model Context Protocol (MCP) server for AI agents
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 = "do-memory-mcp"
version = "0.1.31"
authors = ["Self-Learning Memory Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Model Context Protocol (MCP) server for AI agents"
homepage = "https://github.com/d-o-hub/rust-self-learning-memory"
documentation = "https://docs.rs/do-memory-mcp"
readme = "README.md"
keywords = [
    "mcp",
    "ai",
    "memory",
]
categories = [
    "development-tools",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/d-o-hub/rust-self-learning-memory"
resolver = "2"

[features]
embeddings = []
oauth = []
streaming-impl = []

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

[[bin]]
name = "do-memory-mcp-server"
path = "src/bin/memory-mcp-server.rs"

[[example]]
name = "batch_operations_demo"
path = "examples/batch_operations_demo.rs"

[[example]]
name = "episode_tags_demo"
path = "examples/episode_tags_demo.rs"

[[example]]
name = "memory_mcp_integration"
path = "examples/memory_mcp_integration.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.base64]
version = "0.22.1"

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

[dependencies.do-memory-core]
version = "0.1.31"

[dependencies.do-memory-storage-redb]
version = "0.1.31"

[dependencies.do-memory-storage-turso]
version = "0.1.31"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.rand]
version = "0.10"
features = ["thread_rng"]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.tracing]
version = "0.1.44"

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

[dependencies.url]
version = "2.5.8"

[dependencies.uuid]
version = "1.23"
features = [
    "v4",
    "serde",
]

[dev-dependencies.insta]
version = "1.47"
features = [
    "json",
    "yaml",
]

[dev-dependencies.proptest]
version = "1.11"

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

[dev-dependencies.tokio]
version = "1.51"
features = [
    "full",
    "test-util",
]

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[lints.clippy.correctness]
level = "deny"
priority = 0

[lints.clippy.expect_used]
level = "deny"
priority = 0

[lints.clippy.missing_errors_doc]
level = "warn"
priority = 0

[lints.clippy.missing_safety_doc]
level = "warn"
priority = 0

[lints.clippy.suspicious]
level = "deny"
priority = 0

[lints.clippy.unwrap_used]
level = "deny"
priority = 0

[lints.rust]
unsafe_code = "deny"