# 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" rust-version = "1.68.0" name = "rust_project_reader" version = "0.1.8" authors = ["Robertas "] description = "A simple program that reads all the fiels of a rust project and copies them to the clipboard. This is useful for using with chatgpt/gpt-4." readme = "README.md" license = "GPL-3.0" repository = "https://github.com/RobertasJ/rust_project_reader" [[bin]] name = "cargo-read" path = "src/main.rs" [dependencies.clipboard] version = "0.5.0" [dependencies.colored] version = "2.0.0" [dependencies.walkdir] version = "2.3.3"