[package]
edition = "2021"
name = "cersei-compression"
version = "0.1.9"
authors = ["Adib Mohsin"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Structural and command-aware compression for tool outputs in the Cersei SDK. Ports rtk (Rust Token Killer) techniques."
readme = "README.md"
license = "MIT"
repository = "https://github.com/pacifio/cersei"
[lib]
name = "cersei_compression"
path = "src/lib.rs"
[[test]]
name = "savings"
path = "tests/savings.rs"
[dependencies.anyhow]
version = "1"
[dependencies.once_cell]
version = "1"
[dependencies.regex]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.toml]
version = "0.8"
[dependencies.tracing]
version = "0.1"