mcpmem-core 1.0.3

Transactional SQLite knowledge-graph core for the mcpmem MCP server: entities, relations, observations, FTS5 projections and a durable event outbox.
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-core"
version = "1.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transactional SQLite knowledge-graph core for the mcpmem MCP server: entities, relations, observations, FTS5 projections and a durable event outbox."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/abankowski/mcpmem"

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

[dependencies.parking_lot]
version = "0.12"

[dependencies.rusqlite]
version = "0.40"
features = [
    "backup",
    "bundled",
]

[dependencies.rustc-hash]
version = "2.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

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

[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"