# 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 = "bundle_repo" version = "0.3.0" authors = ["Grant Ramsay "] build = false exclude = [ ".github/*", "docs/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Pack a local or remote Git Repository to XML for LLM Consumption." readme = "README-cratesio.md" keywords = [ "llm", "tokenizer", "ai", "cli", "git", ] categories = [ "command-line-utilities", "development-tools", "text-processing", "parsing", ] license = "MIT" repository = "https://github.com/seapagan/bundle-repo/" [[bin]] name = "bundlerepo" path = "src/main.rs" [dependencies.arboard] version = "3.4.1" features = ["windows-sys"] default-features = false [dependencies.clap] version = "4.1" features = ["derive"] [dependencies.config] version = "0.14.1" [dependencies.dirs-next] version = "2.0.0" [dependencies.git2] version = "0.19" [dependencies.ignore] version = "0.4" [dependencies.infer] version = "0.16.0" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.tabled] version = "0.16.0" [dependencies.tempfile] version = "3.3" [dependencies.tiktoken-rs] version = "0.6.0" [dependencies.url] version = "2.2" [dependencies.xml] version = "0.8" [features] default = []