vision-squeezer 0.1.8

LLM-native image optimization middleware & MCP server. Reduces vision model token consumption by snapping to tile boundaries.
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 = "vision-squeezer"
version = "0.1.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "vision-squeezer"
description = "LLM-native image optimization middleware & MCP server. Reduces vision model token consumption by snapping to tile boundaries."
readme = "README.md"
keywords = [
    "llm",
    "vision",
    "mcp",
    "image-optimization",
    "tokens",
]
categories = [
    "multimedia::images",
    "command-line-utilities",
]
license = "Elastic-2.0"
repository = "https://github.com/eralpozcan/vision-squeezer"

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

[[bin]]
name = "vision-squeezer"
path = "src/main.rs"

[[bin]]
name = "vision-squeezer-mcp"
path = "src/mcp_server.rs"

[dependencies.base64]
version = "0.22"

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

[dependencies.dirs]
version = "5"

[dependencies.image]
version = "0.25"

[dependencies.rusqlite]
version = "0.31"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1"

[dependencies.webp]
version = "0.3.1"