pithy-core 0.0.2

UltraCoS® symbolic token compression — 17-rule encoder for LLM prompts. PolyForm Noncommercial.
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 = "2021"
rust-version = "1.80"
name = "pithy-core"
version = "0.0.2"
authors = ["Mikko Parkkola <mikko@revaluator.fi>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "UltraCoS® symbolic token compression — 17-rule encoder for LLM prompts. PolyForm Noncommercial."
homepage = "https://github.com/MikkoParkkola/pithy"
readme = false
license-file = "LICENSE"
repository = "https://github.com/MikkoParkkola/pithy"

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

[dependencies.anyhow]
version = "1"

[dependencies.blake3]
version = "1"

[dependencies.once_cell]
version = "1"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tiktoken-rs]
version = "0.5"

[dependencies.tokenizers]
version = "0.20"

[dependencies.toml]
version = "0.8"