plugmem-cli 0.5.0

plugmem command-line interface — temporal memory for LLM agents over one file.
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 = "plugmem-cli"
version = "0.5.0"
authors = ["Mansur Azatbek <mansur62624@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "plugmem command-line interface — temporal memory for LLM agents over one file."
homepage = "https://github.com/m62624/plugmem"
readme = "README.md"
keywords = [
    "plugmem",
    "cli",
    "memory",
    "llm",
    "search",
]
categories = [
    "command-line-utilities",
    "database",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/m62624/plugmem"
resolver = "2"

[package.metadata.wix]
upgrade-guid = "DF472F7C-900B-4F62-B17A-511E179E34B7"
path-guid = "92A2C8D8-7FDB-4EF6-AC7C-12EF52DF5783"
license = false
eula = false

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

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

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

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

[dependencies.plugmem-host]
version = "0.5.0"
features = ["config"]

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