oxicode-snapcompact 0.73.0

Bitmap-frame context compression for vision-capable LLMs — Rust port of omp snapcompact
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.96"
name = "oxicode-snapcompact"
version = "0.73.0"
authors = ["a7garden <a7garden@icloud.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bitmap-frame context compression for vision-capable LLMs — Rust port of omp snapcompact"
readme = false
license = "MIT"
repository = "https://github.com/project-oxi/oxicode"
resolver = "2"

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

[dependencies.fontdue]
version = "0.9"

[dependencies.png]
version = "=0.17.16"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

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