[package]
edition = "2021"
rust-version = "1.74"
name = "char-token-est"
version = "0.1.0"
authors = ["Mukunda Rao Katta <mukunda.vjcs6@gmail.com>"]
build = false
exclude = [
".github/*",
"target/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tokenless byte/char-based token-count estimator for LLM prompts. Per-model-family calibration for Claude, GPT, Gemini, Llama. Zero deps."
homepage = "https://github.com/MukundaKatta/char-token-est"
documentation = "https://docs.rs/char-token-est"
readme = "README.md"
keywords = [
"llm",
"tokens",
"estimate",
"tokenizer",
"ai",
]
categories = ["text-processing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MukundaKatta/char-token-est"
[lib]
name = "char_token_est"
path = "src/lib.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"