[dependencies.anyhow]
version = "1.0.89"
[dependencies.tokenizers]
version = "0.20.0"
[lib]
name = "claude_tokenizer"
path = "src/lib.rs"
[package]
authors = ["Tom Dallimore <me@tomdallimore.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Library for tokenizing text with the Anthropic Claude models."
edition = "2021"
keywords = ["llm", "anthropic", "ai", "gpt", "claude"]
license = "MIT"
name = "claude-tokenizer"
readme = "README.md"
repository = "https://github.com/Jellyfishboy/claude-tokenizer"
version = "0.3.0"