# 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 = "tree_gen" version = "0.1.3" authors = ["Kei-K23 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "tree_gen is a CLI tool to generate folder structure in ASCII, JSON and visualize folder structure with nice and easy way without leaving your terminal." homepage = "https://github.com/Kei-K23/tree-gen" readme = "README.md" keywords = [ "tree_gen", "generate", "ascii", "tool", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Kei-K23/tree-gen" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [[bin]] name = "tree_gen" path = "src/main.rs" [dependencies.clap] version = "4.5.20" [dependencies.colored] version = "2.1.0" [dependencies.regex] version = "1.11.1" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132"