sqz-cli 0.7.0

Universal LLM context compressor — squeeze tokens from prompts, code, JSON, logs, and conversations
# 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 = "2021"
name = "sqz-cli"
version = "0.7.0"
build = false
include = [
    "src/**/*",
    "completions/*",
    "../LICENSE",
    "../README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Universal LLM context compressor — squeeze tokens from prompts, code, JSON, logs, and conversations"
homepage = "https://github.com/ojuschugh1/sqz"
readme = "README.md"
keywords = [
    "llm",
    "compression",
    "context",
    "cli",
    "ai",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license-file = "LICENSE"
repository = "https://github.com/ojuschugh1/sqz"

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

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

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

[dependencies.serde_json]
version = "1"
features = ["arbitrary_precision"]

[dependencies.sqz-engine]
version = "0.7.0"

[dependencies.thiserror]
version = "1"

[dev-dependencies.proptest]
version = "1"

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