join-ai 0.3.0

A tool to traverse files in a folder and concatenate them into a single text file for GenAI models.
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 = "join-ai"
version = "0.3.0"
authors = ["Luiz Otavio Vilas Boas Oliveira <luiz.vbo@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool to traverse files in a folder and concatenate them into a single text file for GenAI models."
readme = "README.md"
license = "MIT"
repository = "https://github.com/luizvbo/join-ai"

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

[[bin]]
name = "join-ai"
path = "src/main.rs"

[dependencies.anstyle]
version = "1.0.11"

[dependencies.anyhow]
version = "1.0.99"

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

[dependencies.ignore]
version = "0.4.23"

[dev-dependencies.assert_fs]
version = "1.1.3"

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