repocat 0.1.2

A tool to concatenate all code and text files in a github repo for LLM inference contexts
[[bin]]
name = "repocat"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.86"

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

[dependencies.git2]
version = "0.19.0"

[dependencies.ignore]
version = "0.4.22"

[dependencies.itertools]
version = "0.13.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.205"

[dependencies.serde_json]
version = "1.0.122"

[dependencies.tempfile]
version = "3.12.0"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A tool to concatenate all code and text files in a github repo for LLM inference contexts"
edition = "2021"
license = "MIT"
name = "repocat"
readme = "README.md"
repository = "https://github.com/SamKG/repocat"
version = "0.1.2"