[package]
edition = "2021"
name = "token-estimate"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Estimate LLM token counts from text without loading a tokenizer, with explicit accuracy bounds."
homepage = "https://claudhq.com/"
documentation = "https://docs.rs/token-estimate"
readme = "README.md"
keywords = [
"tokens",
"llm",
"estimate",
"context",
"budget",
]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/theluckystrike/token-estimate"
[lib]
name = "token_estimate"
path = "src/lib.rs"