# 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 = "untree" version = "0.9.10" authors = ["Alecto Irene Perez "] exclude = ["inputs/"] description = "untree inverts the action of tree. It allows you to create directory trees from a textual representation of the tree." homepage = "https://github.com/codeinred/untree" documentation = "https://docs.rs/untree" readme = "README.md" license = "MIT" repository = "https://github.com/codeinred/untree" [lib] name = "untree" path = "lib/mod.rs" [[bin]] name = "untree" path = "src/main.rs" required-features = ["build-binary"] [dependencies.clap] version = "3.0.13" features = [ "derive", "wrap_help", ] optional = true [dependencies.colored] version = "2" [dependencies.embed-doc-image] version = "0.1" [dependencies.quick-error] version = "2" [dependencies.textwrap] version = "0.16" features = ["terminal_size"] [features] build-binary = ["clap"] default = ["build-binary"]