# 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 = "quagga" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Quagga: A CLI tool that combines multiple text files into a single prompt suitable for Large Language Models." homepage = "https://github.com/evgenyneu/quagga" documentation = "https://docs.rs/quagga" readme = "README.md" keywords = [ "text", "CLI", "LLM", ] categories = [ "command-line-utilities", "text-processing", ] license = "Unlicense" repository = "https://github.com/evgenyneu/quagga" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [lib] name = "quagga" path = "src/lib.rs" [[bin]] name = "quagga" path = "src/main.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.arboard] version = "3.4.1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.home] version = "0.5" [dependencies.ignore] version = "0.4" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.expectrl] version = "0.7" [dev-dependencies.predicates] version = "3.1" [dev-dependencies.regex] version = "1" [dev-dependencies.serial_test] version = "3.1"