# 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 = "2018" name = "token_trekker_rs" version = "0.1.3" authors = ["Rahul Sengottuvelu "] description = "A fun and efficient Rust library to count tokens in text files using different tokenizers." readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.1.11" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.glob] version = "0.3.1" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.rayon] version = "1.7.0" [dependencies.tiktoken-rs] version = "0.3.2"