lorekeeper 0.2.0

Agent long-term memory bank — MCP server with SQLite and FTS5
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"
rust-version = "1.94.0"
name = "lorekeeper"
version = "0.2.0"
build = false
exclude = [
    ".agent/",
    "architecture.md",
    "spec.md",
    "context.md",
    "brainstorm_memory_bank.md",
    "justfile",
    "rustfmt.toml",
    "design/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent long-term memory bank — MCP server with SQLite and FTS5"
readme = "README.md"
keywords = [
    "mcp",
    "ai-agent",
    "memory",
    "sqlite",
    "fts5",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "MIT"
repository = "https://github.com/wends155/lorekeeper"

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

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

[dependencies.async-trait]
version = "0.1"

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

[dependencies.rusqlite]
version = "0.33.0"
features = [
    "bundled",
    "chrono",
]

[dependencies.rust-mcp-sdk]
version = "0.9"
features = ["server"]

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

[dependencies.serde_json]
version = "1.0.138"

[dependencies.thiserror]
version = "2.0.11"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1.41"

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

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

[dev-dependencies.mockall]
version = "0.13.1"

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

[lints.clippy]
clone_on_ref_ptr = "warn"
expect_used = "deny"
panic = "deny"
str_to_string = "warn"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unreachable_pub = "warn"