# 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 = "dirt-r-ee" version = "0.2.2" authors = ["Cal Courtney "] description = "A CLI tool for printing the structure of a given directory in a tree." homepage = "https://github.com/calthejuggler/dirt-r-ee" readme = "README.md" keywords = [ "cli", "dir", "dirtree", "search", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/calthejuggler/dirt-r-ee" [[bin]] name = "dirtee" path = "src/main.rs" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.clipboard] version = "0.5.0" [dependencies.colored] version = "2.0.4" [dependencies.rayon] version = "1.8.0" [dev-dependencies.tempfile] version = "3.8.1"