prmpt 0.1.0

A command-line tool to convert code repositories into LLM prompts and inject code back into repositories
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 = "2021"
name = "prmpt"
version = "0.1.0"
authors = ["Emmanuel Olowe emmanuel@labiium.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command-line tool to convert code repositories into LLM prompts and inject code back into repositories"
homepage = "https://github.com/labiium/prmpt"
documentation = "https://docs.rs/prmpt"
readme = "README.md"
keywords = [
    "cli",
    "development-tools",
    "ai",
    "labiium",
]
license = "Apache-2.0"
repository = "https://github.com/labiium/prmpt"

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

[[bin]]
name = "prmpt"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "1.0.93"

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

[dependencies.env_logger]
version = "0.11.5"

[dependencies.glob]
version = "0.3.1"

[dependencies.globset]
version = "0.4.15"

[dependencies.ignore]
version = "0.4.23"

[dependencies.log]
version = "0.4.22"

[dependencies.rand]
version = "0.9.2"

[dependencies.rayon]
version = "1.10.0"

[dependencies.regex]
version = "1.11.1"

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

[dependencies.serde_json]
version = "1.0.133"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.tree-sitter]
version = "0.24.4"

[dependencies.tree-sitter-python]
version = "0.23.4"

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.insta]
version = "1.43.1"
features = ["yaml"]

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