plugmem-mcp 0.8.0

plugmem MCP server (stdio JSON-RPC) exposing embedded memory to agents and other programs.
# 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 = "plugmem-mcp"
version = "0.8.0"
authors = ["Mansur Azatbek <mansur62624@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "plugmem MCP server (stdio JSON-RPC) exposing embedded memory to agents and other programs."
homepage = "https://github.com/m62624/plugmem"
readme = "README.md"
keywords = [
    "plugmem",
    "mcp",
    "memory",
    "llm",
    "ai",
]
categories = [
    "command-line-utilities",
    "api-bindings",
    "database",
]
license = "MIT"
repository = "https://github.com/m62624/plugmem"
resolver = "2"

[package.metadata.wix]
upgrade-guid = "058236C9-2C1D-4EC0-BF60-EEF4A5223E31"
path-guid = "154F9E0B-8C1E-4E0F-813A-15BB8FD4D290"
license = false
eula = false

[[bin]]
name = "plugmem-mcp"
path = "src/main.rs"

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

[dependencies.clap]
version = "4.6.2"
features = ["derive"]

[dependencies.plugmem-host]
version = "0.8.0"
features = [
    "serde",
    "config",
]

[dependencies.serde]
version = "1.0.229"
features = [
    "derive",
    "alloc",
]
default-features = false

[dependencies.serde_json]
version = "1.0.150"

[dependencies.toml]
version = "0.8"
features = ["parse"]
default-features = false

[lints.rust]
missing_docs = "deny"
unsafe_op_in_unsafe_fn = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(tarpaulin)",
    "cfg(valgrind)",
]

[lints.rustdoc]
broken_intra_doc_links = "deny"