# 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 = "dirscribe" version = "0.4.0-alpha.1" authors = ["Leon Luithlen"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool that combines contents of files with specific extensions from a directory" homepage = "https://github.com/0xideas/dirscribe" readme = "README.md" keywords = [ "cli", "files", "directory", "concatenate", "utility", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/0xideas/dirscribe" [[bin]] name = "dirscribe" path = "src/main.rs" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.git2] version = "^0.19.0" [dependencies.ignore] version = "0.4" [dependencies.walkdir] version = "2.3"