# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tree2tui" version = "0.1.2" authors = ["hhggit "] description = "This crate provides a command line tool to build a Terminal UI (*TUI*) for `tree` like command, aiming to enable folding/expanding tree nodes for large/complex tree." readme = "README.md" license = "MIT" repository = "https://github.com/hhggit/tree2tui" [dependencies.anyhow] version = "1.0.39" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.console] version = "0.14.1" [dependencies.cursive] version = "0.16.3" features = ["crossterm-backend"] default-features = false [dependencies.cursive_tree_view] version = "0.7.0" [dependencies.indextree] version = "4.3.1" [dependencies.once_cell] version = "1.7.2" [dependencies.regex] version = "1.4.5"