# 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 = "copyrepo" version = "0.1.0" authors = ["Josef Vacek"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to fetch and save the contents of a GitHub folder for ingestion into LLMs" homepage = "https://github.com/vacekj/copyrepo" documentation = "https://github.com/vacekj/copyrepo#readme" readme = "README.md" keywords = [ "github", "folder", "fetch", "llm", "ingestion", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/vacekj/copyrepo" [[bin]] name = "copyrepo" path = "src/main.rs" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.tempfile] version = "3.12.0" [dependencies.url] version = "2.5.2"