dumpfiles 0.3.0

A CLI and library for generating structured YAML representations of directory contents, optimized for efficiently sharing codebases with LLMs.
Documentation
[[bin]]
name = "dumpfiles"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.86"

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

[dependencies.env_logger]
version = "0.11"

[dependencies.glob]
version = "0.3"

[dependencies.ignore]
version = "0.4"

[dependencies.log]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.tiktoken-rs]
version = "0.7"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.tempfile]
version = "3"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools", "filesystem"]
description = "A CLI and library for generating structured YAML representations of directory contents, optimized for efficiently sharing codebases with LLMs."
homepage = "https://github.com/arbfay/dumpfiles"
keywords = ["cli", "filesystem", "documentation", "ai", "llm"]
license = "MIT"
name = "dumpfiles"
readme = "README.md"
repository = "https://github.com/arbfay/dumpfiles"
version = "0.3.0"

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

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