codepack 0.6.0

A *lightning-fast* tool that transforms a directory into a single, LLM-friendly text file, perfect for easy processing and analysis.
Documentation
[[bin]]
name = "codepack"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.93"

[dependencies.clap]
features = ["derive"]
version = "4.4"

[dependencies.ignore]
version = "0.4.23"

[dependencies.indicatif]
version = "0.17.9"

[dependencies.prettytable]
version = "0.10.0"

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

[package]
authors = ["Jason Cameron <git@jasoncameron.dev>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A *lightning-fast* tool that transforms a directory into a single, LLM-friendly text file, perfect for easy processing and analysis."
edition = "2021"
homepage = "https://codepack.jasoncameron.dev"
license = "MIT"
name = "codepack"
readme = "README.md"
repository = "https://github.com/JasonLovesDoggo/codepack"
version = "0.6.0"

[package.metadata.wix]
eula = false
license = false
path-guid = "40D06AA7-224A-44A2-B663-F949EA3A47EC"
upgrade-guid = "76DE8F50-9B4A-47A2-80C0-30C7074AFD81"

[profile.dist]
inherits = "release"
lto = "thin"

[profile.release]
codegen-units = 1
lto = true
opt-level = 3
panic = "abort"