repocat 0.3.0

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

[dependencies.anyhow]
version = "1.0.86"

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

[dependencies.git2]
features = ["vendored-libgit2", "vendored-openssl"]
optional = true
version = "0.19.0"

[dependencies.glob]
version = "0.3.1"

[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"

[features]
default = ["git"]
git = ["git2"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = 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.3.0"