# 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 = "cunw" version = "0.2.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tiny utility that generates a file representing the structure and content of a directory. Made to easily give context to a LLM." homepage = "https://github.com/RemiKalbe/cunw" readme = "README.md" keywords = [ "code", "prompt", "directory", "context", "llm", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/RemiKalbe/cunw" [[bin]] name = "cunw" path = "src/main.rs" [dependencies.clap] version = "=4.5.3" features = [ "derive", "unicode", "wrap_help", ] [dependencies.clap-verbosity-flag] version = "2.2.0" [dependencies.colored] version = "2.1.0" [dependencies.env_logger] version = "0.11.3" [dependencies.futures] version = "0.3.30" [dependencies.globset] version = "0.4.14" [dependencies.ignore] version = "0.4.22" [dependencies.log] version = "0.4.21" [dependencies.miette] version = "7.2.0" features = ["fancy"] [dependencies.rstest] version = "0.19.0" [dependencies.tempfile] version = "3.10.1" [dependencies.termbg] version = "0.5.0" [dependencies.terminal-emoji] version = "0.4.1" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.40.0" features = [ "sync", "fs", "rt", "rt-multi-thread", "macros", ] [dependencies.walkdir] version = "2.5.0"