[[bin]]
name = "codepack"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.93"
[dependencies.clap]
features = ["derive"]
version = "4.5.21"
[dependencies.globset]
version = "0.4.15"
[dependencies.ignore]
version = "0.4.23"
[dependencies.indicatif]
version = "0.17.9"
[dependencies.log]
version = "0.4.22"
[dependencies.prettytable]
version = "0.10.0"
[dev-dependencies.tempfile]
version = "3.14.0"
[lib]
name = "codepack"
path = "src/lib.rs"
[package]
authors = ["Jason Cameron <git@jasoncameron.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = 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.11.5"
[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"
[[test]]
name = "filtering"
path = "tests/filtering.rs"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
[[test]]
name = "unit_tests"
path = "tests/unit_tests.rs"