# 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] name = "dumpfiles" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line tool for generating structured text representations of directory contents" homepage = "https://github.com/arbfay/dumpfiles" readme = "README.md" keywords = [ "cli", "filesystem", "directory", "documentation", ] categories = [ "command-line-utilities", "development-tools", "filesystem", ] license = "MIT" repository = "https://github.com/arbfay/dumpfiles" [lib] name = "dumpfiles" path = "src/lib.rs" [[bin]] name = "dumpfiles" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.env_logger] version = "0.11" [dependencies.glob] version = "0.3" [dependencies.log] version = "0.4" [dependencies.walkdir] version = "2.5"