codebase-to-prompt 1.0.1

A tool for bundling text files like code to single file.
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 = "codebase-to-prompt"
version = "1.0.1"
authors = ["Gabriel Kaszewski <gabrielkaszewski@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool for bundling text files like code to single file."
readme = "README.md"
keywords = ["cli"]
license = "MIT"
repository = "https://github.com/GKaszewski/codebase-to-prompt"

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

[[bin]]
name = "codebase-to-prompt"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0.99"

[dependencies.chrono]
version = "0.4.41"

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

[dependencies.git2]
version = "0.20.2"

[dependencies.ignore]
version = "0.4.23"

[dependencies.tempfile]
version = "3.21.0"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"

[dependencies.walkdir]
version = "2.5.0"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true