combiner 0.1.10

Combiner is a Rust-based command-line tool that processes text files in a given directory, combining their contents into a single output file.
Documentation
[[bin]]
name = "combiner"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.ignore]
version = "0.4"

[dependencies.prettytable-rs]
version = "0.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"

[lib]
name = "combiner"
path = "src/lib.rs"

[package]
authors = ["jesalpatelx@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
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."
edition = "2021"
license = "MIT"
name = "combiner"
readme = "README.md"
repository = "https://github.com/Jesalx/combiner"
version = "0.1.10"

[[test]]
name = "tests"
path = "tests/tests.rs"