# 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 = "gpt-feeder" version = "2.0.3" description = "A command-line application that scans the entire codebase, and produces one string consisting of all filenames and file contents that you want included." readme = "README.md" keywords = [ "gpt", "chatgpt", "cli", "gpt-4", ] license = "MIT" repository = "https://github.com/magnusrodseth/gpt-feeder/tree/main" [dependencies.anyhow] version = "1.0.70" [dependencies.arboard] version = "3.2.0" [dependencies.glob] version = "0.3.1" [dev-dependencies.assert_cmd] version = "2.0.10" [dev-dependencies.predicates] version = "3.1.0" [dev-dependencies.tempfile] version = "3.2"