toklab-core 0.1.1

Pure-Rust core for toklab: bulk tokenizer + counter for OpenAI BPE encodings.
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.75"
name = "toklab-core"
version = "0.1.1"
authors = ["Mukunda Katta"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust core for toklab: bulk tokenizer + counter for OpenAI BPE encodings."
homepage = "https://github.com/MukundaKatta/toklab"
documentation = "https://docs.rs/toklab-core"
readme = "README.md"
keywords = [
    "tokenizer",
    "tiktoken",
    "bpe",
    "llm",
    "openai",
]
categories = [
    "text-processing",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MukundaKatta/toklab"

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

[dependencies.rayon]
version = "1.10"

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

[dependencies.thiserror]
version = "2.0"

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