trimcp 0.1.0

MCP proxy that reduces LLM token costs by 60–90% through compression and caching
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.88"
name = "trimcp"
version = "0.1.0"
build = false
exclude = [
    "backlog/",
    ".claude/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MCP proxy that reduces LLM token costs by 60–90% through compression and caching"
homepage = "https://github.com/rustkit-ai/trimcp"
documentation = "https://docs.rs/trimcp"
readme = "README.md"
keywords = [
    "mcp",
    "llm",
    "proxy",
    "token",
    "compression",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/rustkit-ai/trimcp"

[features]
semtree = [
    "dep:semtree-core",
    "dep:semtree-embed",
    "dep:semtree-store",
    "dep:semtree-rag",
]

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.colored]
version = "2"

[dependencies.semstore]
version = "0.1"

[dependencies.semtree-core]
version = "0.1"
optional = true

[dependencies.semtree-embed]
version = "0.1"
optional = true

[dependencies.semtree-rag]
version = "0.1"
optional = true

[dependencies.semtree-store]
version = "0.1"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

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