# 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 = "repocat" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to concatenate all code and text files in a github repo for LLM inference contexts" readme = "README.md" license = "MIT" repository = "https://github.com/SamKG/repocat" [[bin]] name = "repocat" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.14" features = ["derive"] [dependencies.git2] version = "0.19.0" features = [ "vendored-libgit2", "vendored-openssl", ] optional = true [dependencies.glob] version = "0.3.1" [dependencies.ignore] version = "0.4.22" [dependencies.itertools] version = "0.13.0" [dependencies.serde] version = "1.0.205" features = ["derive"] [dependencies.serde_json] version = "1.0.122" [dependencies.tempfile] version = "3.12.0" [features] git = ["git2"]