# 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 = "psource" version = "0.4.3" authors = ["Frederik Holm Strøm "] build = false exclude = [ ".github", ".vscode", ] autobins = false autoexamples = false autotests = false autobenches = false description = "CLI tool to pretty print source code to stdout or directly to the clipboard." readme = "README.md" keywords = [ "cli", "terminal", "clipboard", "llm", "text", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/frederikstroem/psource" [lib] name = "psource" path = "src/lib.rs" [[bin]] name = "psource" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.arboard] version = "3.4" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.config] version = "0.14" features = ["toml"] [dependencies.dirs] version = "5.0.1" [dependencies.file-format] version = "0.23" [dependencies.git2] version = "0.19" [dependencies.glob] version = "0.3" [dependencies.walkdir] version = "2.5"