# 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 = "combiner" version = "0.2.2" authors = ["jesalpatelx@gmail.com"] description = "Combiner is a Rust-based command-line tool that processes text files in a given directory, combining their contents into a single output file." readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Jesalx/combiner" [[bin]] name = "combiner" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.ignore] version = "0.4" [dependencies.prettytable-rs] version = "0.10" [dependencies.rayon] version = "1.10" [dependencies.structopt] version = "0.3" [dependencies.tiktoken-rs] version = "0.5.0" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.1" [dev-dependencies.tempfile] version = "3.12"