# 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" name = "quicktok" version = "0.1.1" description = "Minimal, fast, multi-threaded implementation of the Byte Pair Encoding (BPE) for LLM tokenization" license = "MIT" [lib] name = "quicktok" crate-type = [ "cdylib", "lib", ] [dependencies.indexmap] version = "2.2.3" [dependencies.pyo3] version = "0.20.3" [dependencies.rayon] version = "1.8.1" [dependencies.regex] version = "1.10.3" [dependencies.tempfile] version = "3.10.0"