mcpmem-runtime 1.0.2

Feature-gated runtime role composition for the mcpmem MCP server.
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 = "mcpmem-runtime"
version = "1.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Feature-gated runtime role composition for the mcpmem MCP server."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/abankowski/mcpmem"

[features]
indexer = []
webhooks = []

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

[dependencies.mcpmem-core]
version = "1.0.2"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.41"
features = [
    "rt",
    "sync",
]

[lints.clippy]
box_collection = "warn"
boxed_local = "warn"
cast_lossless = "warn"
implicit_clone = "warn"
inefficient_to_string = "warn"
iter_overeager_cloned = "warn"
large_enum_variant = "warn"
large_stack_frames = "warn"
manual_filter_map = "warn"
manual_find_map = "warn"
manual_memcpy = "warn"
missing_const_for_fn = "warn"
mutex_atomic = "warn"
needless_pass_by_value = "warn"
option_option = "warn"
ptr_arg = "warn"
redundant_clone = "warn"
slow_vector_initialization = "warn"
string_add_assign = "warn"
trivially_copy_pass_by_ref = "warn"
unnecessary_cast = "warn"
unnecessary_to_owned = "warn"
useless_vec = "warn"
vec_init_then_push = "warn"