# 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 = "tokin" version = "0.1.0" authors = ["Mik Bry "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Experimental fast tokenizer. """ homepage = "https://github.com/opla/tokin" documentation = "https://docs.rs/tokin/" readme = "README.md" keywords = [ "tokenizer", "NLP", "tiktoken", "BPE", "WordPiece", ] license = "MIT" repository = "https://github.com/opla/tokin" [lib] name = "tokin" path = "src/lib.rs" [dependencies.base64] version = "0.21.7" [dependencies.dirs] version = "5.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.9" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"