# 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 = "rust_tree" version = "0.1.4" authors = ["Peter Etelej "] description = """ tree is a cross-platform tree application and library that produces an indented directory listing of files. """ homepage = "https://github.com/peteretelej/tree" readme = "README.md" keywords = [ "tree", "cli", "utility", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/peteretelej/tree" [[bin]] name = "tree" path = "src/main.rs" [dependencies.ansi_term] version = "0.12" [dependencies.clap] version = "3.0" [dependencies.glob] version = "0.3.1" [dependencies.is_executable] version = "1.0.1" [dependencies.term] version = "0.7" [dependencies.walkdir] version = "2.3" [dev-dependencies.tempfile] version = "3.2"