# 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 = "nipah_tokenizer" version = "0.1.0" authors = ["nipah~☆!"] description = "A powerful yet simple text tokenizer for your everyday needs!" readme = "README.md" keywords = [ "tokenizer", "texts", "nlp", "words", "token", ] categories = [ "text-processing", "parsing", "compilers", "game-development", ] license-file = "LICENSE" repository = "https://github.com/JoaoVictorVP/nipah_tokenizer" resolver = "1" [dependencies.bencher] version = "0.1.5" [dependencies.lazy_static] version = "1.4.0"