[package] name = "claude-tokenizer" description = "Library for tokenizing text with the Anthropic Claude models." version = "0.3.0" edition = "2021" authors = ["Tom Dallimore "] keywords = ["llm", "anthropic","ai", "gpt", "claude"] readme = "README.md" repository = "https://github.com/Jellyfishboy/claude-tokenizer" license = "MIT" [dependencies] anyhow = "1.0.89" tokenizers = "0.20.0"