1 2 3 4 5 6 7 8 9 10 11
[package] name = "riptoken" version = "0.0.1" edition = "2024" description = "Fast BPE tokenizer for LLMs" license = "MIT" repository = "https://github.com/daechoi/riptoken" [lib] name = "riptoken" crate-type = ["rlib"]