splintr 0.3.0

Fast Rust BPE tokenizer with Python bindings
Documentation
[dependencies.aho-corasick]
version = "1.1"

[dependencies.base64]
version = "0.22"

[dependencies.lru]
version = "0.12"

[dependencies.pcre2]
version = "0.2"

[dependencies.pyo3]
features = ["extension-module"]
version = "0.23"

[dependencies.rayon]
version = "1.10"

[dependencies.rustc-hash]
version = "2.0"

[dependencies.thiserror]
version = "2.0"

[lib]
crate-type = ["cdylib", "rlib"]
name = "splintr"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing", "encoding"]
description = "Fast Rust BPE tokenizer with Python bindings"
edition = "2021"
homepage = "https://github.com/farhan/splintr"
keywords = ["tokenizer", "bpe", "tiktoken", "gpt", "llm"]
license = "MIT"
name = "splintr"
readme = "README.md"
repository = "https://github.com/farhan/splintr"
version = "0.3.0"

[profile.release]
codegen-units = 1
lto = true
opt-level = 3