# 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 = "token-counter" version = "0.1.0" authors = ["Jacob Keisling "] description = "`wc` for tokens: count tokens in files with HF Tokenizers" readme = "README.md" keywords = [ "cli", "tokenizer", "nlp", ] categories = [ "command-line-utilities", "text-processing", ] license = "MIT" repository = "https://github.com/EndlessReform/token-counter" [[bin]] name = "tc" path = "src/main.rs" [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.glob] version = "0.3.1" [dependencies.rayon] version = "1.10.0" [dependencies.tokenizers] version = "0.19.1" features = ["http"]