context-builder 0.6.1

CLI tool to aggregate directory contents into a single markdown file optimized for LLM consumption
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "context-builder"
version = "0.6.1"
authors = ["Igor Lins e Silva"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "context-builder"
description = "CLI tool to aggregate directory contents into a single markdown file optimized for LLM consumption"
homepage = "https://github.com/igorls/context-builder"
readme = "README.md"
keywords = [
    "cli",
    "markdown",
    "documentation",
    "llm",
    "context",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/igorls/context-builder"

[features]
default = ["parallel"]
parallel = ["rayon"]
samples-bin = []

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

[[bin]]
name = "context-builder"
path = "src/main.rs"

[[bin]]
name = "generate_samples"
path = "scripts/generate_samples.rs"
required-features = ["samples-bin"]

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

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

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

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

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

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

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

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

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

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

[[bench]]
name = "context_bench"
path = "benches/context_bench.rs"
harness = false

[dependencies.chrono]
version = "0.4.43"
features = ["serde"]

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

[dependencies.crossbeam-channel]
version = "0.5.15"

[dependencies.encoding_rs]
version = "0.8.35"

[dependencies.env_logger]
version = "0.11.9"

[dependencies.fs2]
version = "0.4.3"

[dependencies.ignore]
version = "0.4.25"

[dependencies.log]
version = "0.4.29"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.rayon]
version = "1.10"
optional = true

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

[dependencies.serde_json]
version = "1.0.143"

[dependencies.similar]
version = "2.7.0"

[dependencies.tempfile]
version = "3.25.0"

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

[dependencies.toml]
version = "1.0.1"

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.serial_test]
version = "3.0"

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