# 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 = "treest" version = "0.2.2" description = "Visually explore a file tree." readme = "README.md" keywords = [ "tree", "filesystem", "tui", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/naclsn/treest" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.crossterm] version = "0.25.0" [dependencies.dash_conversion] version = "0.1.0" [dependencies.dirs] version = "4.0.0" [dependencies.glob] version = "0.3.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.lscolors] version = "0.13.0" features = [] default-features = false [dependencies.notify] version = "6.0.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.signal-hook] version = "0.3.14" [dependencies.tui] version = "0.19.0" features = [ "crossterm", "serde", ]